Thread: Jail System
View Single Post
  #5  
Old 02-01-2002, 01:07 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 has a spectacular aura about
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Ack, would you mind if we used that at Mithica XD lol
Cause The one I made sucks badly:
// NPC made by Excalibur
if (jail) {
toweapons -Jail;
}
if (hasweapon(-Jail)) {
setplayerprop #c,I'll Be Good From Now On;
setplayerprop #3,head914.gif;
}
if (!strequals(#l,ex_jail.nw)) {
setlevel2 ex_jail.nw,30,30;
}
if (!hasweapon(-Jail&&!jail)) {
setlevel2 gabh-10.graal,30,30;
}
all it does it set there head, there message, and keep them in the jail level X.x
__________________
Reply With Quote