ID:161501
 
mob/GM/verb/jail(M as mob)
..()
M.loc = locate(3,3,2)


i feel retarded, the M.loc = locate(3,3,2) dont work -_- what should it be instead?? lol

Uh...Theres no reason for ..() to be there
In response to Dragonn
ohh....lol >_<

thks
You should make the place you teleport to a datum (e.g. /area/jail) rather than specified axes so you would be able to add more maps to the game later in time.