
06-12-2001, 12:26 PM
|
|
RadioActive Monkeeh
|
 |
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
|
|
|
uhmm..
if you put toweapons -statusbar;
or whatever then its obvious it wont show in the inventory. it will be hidden.^_^
also if you have any parts like
if (playerenters) { toweapons -statusbar; } or ne destroys then check them out. problem could be there
i recommend you switch if (playerenters) { toweapons -statusbar; }
with like
if (!isweapon&&(playerenters)) { toweapons -statusbar; }
so only if its not in the inventory and the player enters the level its in , it adds.
it could be a script bug or just Graal being buggy about it ..
it really depends on how it works just go thru the code and check the playerenters and those parts majorly =\
if you cant really get it send me the script and ill fix it up and send back . dont worry I dont steal ^_^
meh not l4m3r |
|
|
|