
12-17-2001, 01:29 AM
|
|
Banned
|
 |
Join Date: Oct 2001
Posts: 1,177
|
|
NPCServer Commands and offline mode
|
okay, I am getting awfully tired of trying to debug my scripts in offline mode and having NPCServer commands, so here is my list of how each NPCServer command should be delt with in offline mode
with (getplayer()) {} = should operate if the account matches the player's
this.strings = simply just add them (this is obviously possible)
canwarp,canwarp2,cannotwarp = these will be just dummy commands
join classname = again, a dummy command
warpto level,x,y = yet another dummy command
If these things were added to offline mode, it would be vast amounts of helpful in testing NPCServer scripts in offline mode |
|
|
|