Thread: Commands...
View Single Post
  #14  
Old 03-23-2002, 01:05 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
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
Reply With Quote