Quote:
Originally posted by Python523
syntax: with(getlevel(levelname))
used: serverside
example of usage: with(getlevel(onlinestartlocal.nw))
why this would be useful:
it could be used to get all the players, npcs, and the tileset board of another levelwithout actually warping to the level
|
I know you didn't want to warp, but wouldn't this be the same?
NPC Code:
setstring this.oldlvl,#L;
warpto somewhere.nw,x,y;
...
warpto #s(this.oldlvl),x,y;