ID:179565
 
man i really want to buy the blue book. Whats the donating code?
Tazor07 wrote:
man i really want to buy the blue book. Whats the donating code?

There IS no single donating code, look up PayDimes() in the help files.
In response to Sariat
Sariat wrote:
Tazor07 wrote:
man i really want to buy the blue book. Whats the donating code?

There IS no single donating code, look up PayDimes() in the help files.

Sariat is right, here. The biggest and best feature of BYOND in general is the fact that any problem can be solved in many ways.

Good luck!
Oh, don't listen to them! Here is a wonderful donating code that will pile up the dimes.
mob
verb
Donate(var/amount as num)
startpoint
if(amount >= 5)
src.client.PayDimes(amount * 10,"Lord of Water","Donation")
var/i = amount
anchor
i -= 1
sleep(1)
src << "Donating..."
while(i)
goto anchor
if(!i)
src << "Done! You made a donation!"
else
amount = rand(rand(6,15),rand(18,24))
goto startpoint


Good luck!
In response to Spuzzum

Sariat is right, here.


I like the sound of that. :)