When I try to make the verb to donate dimes it works ok but when I put this into my client it freaks out and tells me that that mob is a bad argument
PayDimes(K,"Little Sally", "Lyodia Donation")
(dimes code)
Donate_Dimes(K as num)
if(usr.client.PayDimes(K,"Little Sally", "Lyodia Donation"))
if(K <=0)
usr << "Donation unsuccessful."
else
world << "[usr] has donated [K] dimes for the Lyodia game!"
ID:261399
Feb 20 2002, 3:21 pm
|
|
That should work.