...Wow I didnt even think this was still going on. Anywho - I fully agree with virtualpsycho. I guess that's sorta what I a been trying to say all along.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
cego.Name = "";
int j;
void Act(this Character *, String action)
{
if (action.Length < 1)
return;
String msg[] = action.IRCSplit();
if ((msg[0] == "walks") && (msg[1] == "to"))
{
this.Walk(msg[2].AsInt, msg[3].AsInt, eNoBlock, eAnywhere);
}
else if ((msg[0] == "is") && (msg[1] == "at"))
{
if (!this.Moving)
{
this.x = msg[2].AsInt;
this.y = msg[3].AsInt;
}
}
// else if (msg[0] == "")
// ...
}
import String []IRCSplit(this String *);
Chat.asc(303): Error (line 303): '.IRCSplit' is not a public member of 'String'. Are you sure you spelt it correctly (remember, capital letters are important)?
string new.txt
if (game.infolder == new.txt){
display("here is a gift for you");
cego.addinventory(ikey);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.144 seconds with 15 queries.