Thread: Grappling Hook
View Single Post
  #13  
Old 09-21-2001, 04:21 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
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
Reply With Quote