View Single Post
  #6  
Old 03-20-2002, 09:06 AM
zallus-k zallus-k is offline
Registered User
Join Date: Sep 2001
Location: AC0265, Zaroke
Posts: 122
zallus-k is on a distinguished road
How about a flag that gets set whenever a player goes on a wall, like that of a chest, eg:
##ow#level32.graal#32#32
Only if the player actively moved onto the wall, not teleported.

Also, a screenshot could be saved locally with a new command, such as:
NPC Code:

if(onwall(playerx,playery)) {
setstring server.onawall,#a;
snapshot playerx,playery;
}



The first command being another way(excluding server-source editing) to tell some server-side npc to jail a player, and the second's command parameters being the focus of the screen on the level.
__________________

Solemn Destiny - Owner
Reply With Quote