first start with
NPC Code:
timeout=3; //you can change this ..
if (playerenters) { toweapons -system; }
if (created) { showstats 2047; } //doesnt need this if you dont
//have your own stat system. If you dont then do cuz Stefan told
//us to put this due to ghost mode thing.
if (timeout&&isweapon) {
//whatever here
}
I dont have much in my weapon system .. Let me see..
in timeouts I have
NPC Code:
//anti joint shield
if (strequals(#2,jointshield15.gif)) {
setplayerprop #c,Your shield has been disallowed;
setplayerprop #2,shield#v(playershieldpower).gif;
}
thats cuz of those ppl that were complaining on the other thread
I have something to remove some weapons that were before ...
out of timeout I put this for quick access to website
NPC Code:
if (isweapon&&playerchats&&strequals(#c,website)) {
openurl unholynation.com;
}