Quote:
Originally posted by Falcor
Over layered tiles they dont, that is where drawovertreese comes into play. New world has tiles which draw over the player. These are probably somwhere inbetween layers 2 and 3. 3 (lights) would draw overtop the trees anyhow (but be uneffected by seteffect, which is bad) so drawovertrees would kinda make the image layer 3, but not really.
atleast, this is my understanding of the command. (lucky guess?)
|
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|