Thread: Commands...
View Single Post
  #12  
Old 03-23-2002, 12:17 PM
Shrimp Okonomiyaki Shrimp Okonomiyaki is offline
Turkey & Giblets
Join Date: Mar 2002
Location: An apartment
Posts: 340
Shrimp Okonomiyaki is on a distinguished road
Send a message via AIM to Shrimp Okonomiyaki
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|
__________________
- Shrimp Okonomiyaki
Reply With Quote