K, this place helped out alot when I had problems before, so I'll just try again.
A MUD I play has a kingdom system, so you can purchase farms/mines/land for your people to live on, and you get gold off it.
Now, my question is, how could I set it up so when I get
50 000 gold in my treasury or more, how could I set it to do a list of commands to upgrade my kingdom. Here's a sample of what the kingdom screen looks like.
Now, that'll prolly look pretty screwed up in the forums, just copy/paste it into notepad, and it should look right.
Your Current Trasury: -- is the part where it shows your current gold reserves, so I'm just wondering how you could set it to that when you get a certain amount of cash, it'll set off the trigger.
Edited by Nick to add [code] and [/code].
A MUD I play has a kingdom system, so you can purchase farms/mines/land for your people to live on, and you get gold off it.
Now, my question is, how could I set it up so when I get
50 000 gold in my treasury or more, how could I set it to do a list of commands to upgrade my kingdom. Here's a sample of what the kingdom screen looks like.
##########################################################
# Vassals: 2890 Possible gain one vassal: 2 hours. #
# Morale: Fair #
# Tax Percent: 35 Avg Gold Earned: 4254 gp #
#--------------------------------------------------------#
# Farms: 244 Food Consumed: 2890 Food Produced: 4880 #
# Mines: 488 Res Consumed: 289 Res Produced: 488 #
# Parcels: 732 Max Land Area: 7320 #
# Research: 0 Research Level: 0 #
#--------------------------------------------------------#
# Hourly Operating Costs: 2440 gp #
# Hourly Change in Income: 1814 gp #
# Your Current Treasury: 50000 gp #
##########################################################
Now, that'll prolly look pretty screwed up in the forums, just copy/paste it into notepad, and it should look right.
Your Current Trasury: -- is the part where it shows your current gold reserves, so I'm just wondering how you could set it to that when you get a certain amount of cash, it'll set off the trigger.
Edited by Nick to add [code] and [/code].