Thread: Commands...
View Single Post
  #16  
Old 03-24-2002, 05:13 AM
haunter haunter is offline
Registered User
haunter's Avatar
Join Date: Mar 2001
Posts: 7,989
haunter 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|
So... would that shorten the flags for, say mirriors like...
NPC Code:
 if (playerx<45 && playerx>12) {blaeh;} 

Scripting confuses me. But it's cool, so i must learn how to use the commands...
Reply With Quote