@ielenia indy.location = "AR";
export default class indyClass extends fediUser {
name = "indy";
id: string | null = null;
code: Record<string, string> = {};
species = ["dogboy", "android"];
pronouns = ["he", "him", "it", "its", "they", "their", "she", "her"];
meta = {
spawnEpoch: 1753500600,
parentSystem: "kiosys"
};
honorific = null;
evil = true;
cute = true;
language = {
speak: "application/typescript-adjacent",
accept: "text/plain,application/typescript-adjacent",
}
constructor() {
super();
}
pronounce = () => {
return this.name.toLowerCase();
}
addCode = async (name: string, code: string) => {
try {
if (this.code.name !== undefined) return this.reject(name);
await this.inspect(code);
this.code[name] = code;
} catch (error) {
return this.reject(name);
}
}
setID: Function | undefined = (id: string) => {
this.id = id;
this.setID = undefined;
this.respond(0)
}
}hi! sy here, indy wants to let you know a few things he'll have a hard time communicating to you.
1.) Indy gets it if you get annoyed by him speaking code. Ask him to leave you alone, and he will. Indy is not speaking pseudocode by choice.
2.) If Indy believes you misunderstand him, he'll throw a
parseError, and try to explain what he means in a different way.3.) tag @[email protected] if you have trouble understanding - he'll help out.
- sy