View Single Post
  #17  
Old 09-03-2001, 11:46 PM
oscarjf1 oscarjf1 is offline
Registered User
Join Date: Aug 2001
Location: I live in the US
Posts: 107
oscarjf1 is on a distinguished road
Send a message via AIM to oscarjf1
....

If you dont want the player to have a weapon....put something in a systems weapon like

if (hasweapon(nukeshot) {putnpc gfx,dienukeshotdie.txt,x,y;
}
in the txt file...put
if (created || playerenters) {toweapons nukeshot; timeout = .1;
}
if (timeout) {
if (isweapon) {destroy;}
destroy;
}


And that will get rid of your nuke shot...or, it should atleast. Although, putnpc isnt the best of commands.
__________________
I speek on behalf of my staff.
~laterz

Lagoonia Staff
-Tiki God Of Power
Reply With Quote