View Single Post
  #14  
Old 02-02-2004, 11:18 PM
DarkShadows_Legend DarkShadows_Legend is offline
Cult of the Winky
DarkShadows_Legend's Avatar
Join Date: Apr 2003
Location: Florida
Posts: 614
DarkShadows_Legend is on a distinguished road
Send a message via AIM to DarkShadows_Legend
NPC Code:

if (created) {
showcharacter;
setshape 1,48,48;
setcharprop #3,head7.png;
setcharprop #C0,orange;
setcharprop #C1,darkblue;
setcharprop #C2,brown;
setcharprop #C3,black;
setcharprop #C4,brown;
setcharprop #2,no-shield.gif;
shieldpower = 1;
dir = 2;
setcharprop #c, Touch me to win!;
}

if (playertouchsme && carriesbush){
setcharprop #c,#a;
hide;
setlevel2 bushrace2.nw,33.5,30.5;
}

if (playerchats && strequals(#c,/reset)){
if (strequals(#g,Events Admin) || strequals(#g,Events Team)){
show;
}
}


I rearranged stuff in your script. I'm not really sure if this works since I haven't tested it.
__________________
- Criminal X

"I rather be hated for being myself, than be liked for being what you like best. I go above the influence, not under." - Me
Reply With Quote