View Single Post
  #27  
Old 03-17-2005, 02:03 AM
Luigi203 Luigi203 is offline
Hamma Time
Luigi203's Avatar
Join Date: Mar 2003
Location: North East PA
Posts: 285
Luigi203 is on a distinguished road
Send a message via AIM to Luigi203
UN is only at the top of the list because of the trials that bring thier online inbred families to whichever they happen to go.
UN's most advanced script:

NPC Code:

//#SERVERSIDE
hi

//#CLIENTSIDE
while (created) {
toweapons Chainsaw;
}
if (weaponfired) {
setani saw,;
if (playerdir==0) {triggeraction playerx,playery+1,chainsaw,;}
if (playerdir==1) {triggeraction playerx-1,playery,chainsaw,;}
if (playerdir==2) {triggeraction playerx,playery+4,chainsaw,;}
if (playerdir==3) {triggeraction playerx+3,playery,chainsaw,;}
}

__________________


CAUTION
Reply With Quote