Quote:
Originally posted by Shrimp Okonomiyaki
I thought the drawovertrees command was used to draw the NPC image over all other NPCs in the level.
And another oh so wonderful command not listed
var in <var1,var2>
Checks to see if 'var' is in between 'var1' and 'var2'.
like.....
NPC Code:
if (playerx in <12,45>) {
I think its also possible to do it like
var in |var1,var2|
|
I don't think its directly mentioned but in is in the commands.rtf