View Single Post
  #1  
Old 12-10-2003, 06:50 AM
Vegeta940 Vegeta940 is offline
Registered User
Join Date: Oct 2003
Location: I won't tell
Posts: 18
Vegeta940 is on a distinguished road
Send a message via AIM to Vegeta940 Send a message via Yahoo to Vegeta940
Post Help with a jail script

I need help with an npc script for the jail of my server, im trying to make it so when the player gets jailed and enters the room, it sets his nickname to Jailed, whats the script, stupidly i tried this.
//NPC made by SS Vegeta
if (created) {
}
if (playerenters) {
setnick Jailed;
}
Obviously it didn't work, anyone know the code?