View Single Post
  #5  
Old 12-16-2001, 05:48 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Knight_Vincent
Hmm,

Now for a better example.

NPC Code:

//NPC made by Lord Vincent

if (playertouchsme) {
toweapons Example;
}

if (weaponfired) {
putnpc example.gif,example.txt,playerx=1,playery=1;
}

I think it's
putnpc example.gif,example.txt,1,1;
no playerx='s or playery='s in it
Reply With Quote