Is something wrong with this?
EVENT_SAY{
if($1- =~ "Hail"){ SAY("Hi $name this is the swimming pool. Did you already master [swimming]?") } if($1- =~ "swimming"){ SAY("Just tell me and ill make you [master swimming] instantly!") } if($1- =~ "master swimming"){ SAY("You have now mastered swimming!") setskill 50("252")} } /*END of FILE Zone:cshome ID:7301 -- Swim_instructor */ there something wrong with the setskill 50("252")} command I want the person to master swimming so how do I do this? |
setskill("50","252")
|
-------
|
======
|
You're right. I checked the tutorial on our web site and the source. It isn't a command.
<thinking> maybe I should add it... or you could just use addskill |
you were right heres the correct way of doing it...
EVENT_SAY{ if($1- =~ "Hail"){ SAY("Hi $name this is the swimming pool. Did you already master [swimming]?") } if($1- =~ "swimming"){ SAY("Just tell me and ill make you [master swimming] instantly!") } if($1- =~ "master swimming"){ SAY("You have now mastered swimming") addskill("50","252")} } /*END of FILE Zone:cshome ID:7301 -- Swim_instructor */ |
again i want to be smart :shock:
|
All times are GMT -4. The time now is 07:45 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.