why not make it so you have to say a command and pay plat to get the buff? otherwise how are people going to know what amount of plat to give and what buff they are getting?
edit:
been a long time since ive been done this but try something like this?
if(($platinum = xxx) && ($text eq 'buff')) {
quest::selfcast(xxxx);
}
i think that would work
Last edited by x-scythe; 07-19-2007 at 02:33 AM..
|