PHP Code:
if (playertouchsme) {toweapons Hook-Shot;
set client.gothookshot;
say2
You got the hookshot!;
}
then when you do the if weaponfired
PHP Code:
if (weaponfired) {
if (client.gothookshot) {
action;
}
}
this way you can avoid rcs giving themselves weapons and possible trainers etc