View Single Post
  #3  
Old 10-12-2006, 05:29 AM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Quote:
Originally Posted by sdabbs65
I do not know who made this but you can use it.

---------------------------------------------------
quest::say("Good luck in your adventures on Scorpious2k.");
As you can see from above, it originated on S2K....

Quote:
Originally Posted by sdabbs65

if ($text=~/money/i && $status==255)
{
quest::emote("Dindoleki receives 1000000pp");
quest::givecash (0,0,0,1000000);
}
You may want to get rid of the above

Plus, it won't run as written above on an 0.7.0 version....
__________________
Random Segments of Code....

Last edited by Aramid; 10-12-2006 at 02:05 PM..
Reply With Quote