Thread: Dynamic Levels
View Single Post
  #1  
Old 03-06-2004, 06:10 AM
Blue_Dragn Blue_Dragn is offline
Registered User
Join Date: Jul 2003
Posts: 302
Blue_Dragn is on a distinguished road
Dynamic Levels

i was testing a script earlier and i dont know why it wont work, here is the code

NPC Code:

if (playerenters) {
if (playerscount > 0) {
this.level+=1;
triggeraction 0,0,serverside,warp,level_#v(this.level),30,30;
}
}



all its supposed to do is check for other players, if they exist, warp them away to the next avalible level, however this solution to my other problem (showani in classes) isnt working either.
__________________
No longer a Advertisement Goat
Reply With Quote