View Single Post
  #2  
Old 12-06-2001, 09:59 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
If you cant figure out it's simplicity then I feel a GREEAT deal of pitty for you so here it is *makes up code off te top of head*
NPC Code:
 
//NPC made by Falados
if(created) {
message Jump-Rope;
}
if(playertouchsme) {
toweapons Jump Rope;
}
if(weaponfired) {
setani skip,;
}




Th-th- thea - th thea tha thats all folks!
__________________

subliminal message: 1+1=3
Reply With Quote