Thread
:
a simple problem
View Single Post
#
2
11-06-2005, 12:19 AM
excaliber7388
Banned
Join Date: Jul 2005
Location: US
Posts: 5,229
have an NPC in the shop level that has addweapon weaponname in it. do not use toweapons and in the script of the weapon, put destroy at the end of the weaponfired part ex:
NPC Code:
if(weaponfired){
blahblahblah;
destroy;
}
excaliber7388
View Public Profile
View GraalOnline Profile
Find all posts by excaliber7388