Quote:
Originally posted by Spectre1337
I have never learned how to use that command, and now I need it..
Can someone just explain how to use it? Is it like
NPC Code:
if (startswith(#l,level){say2 You are in level-blah.graal;}
|
NPC Code:
if (startswith(level,#L)){say2 You are in level-blah.graal;}
or u could simply do
NPC Code:
if (startswith(level,#L)){say2 You are in #L;}
but im not sure of ur case
