Thread: Inserting ganis
View Single Post
  #1  
Old 09-15-2001, 04:25 AM
Death_Link Death_Link is offline
Registered User
Join Date: Aug 2001
Posts: 51
Death_Link is on a distinguished road
Inserting ganis

K guys i need some help. Im makin a futuristic playerworld and im makin it first weapon and its a gun.
I dont exactly know y im doin this coz im a dumb scripter, hopefully i will get better. I made all the gun gifs, all the bullet gifs and all the ganis.
i have this so far:

// NPC made by Death_Link
if (playertouchsme) {
toweapons chaingun;
destroy;
}

if (weaponfired) {
shootfireball playerdir;
}

lol. sorry i laugh every time i look at this crap script.
Now i need 2 add em all. The whole bunch. I need to add the bullets and the gun ganis. How i insert em?
Reply With Quote