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....