i would like to make an event with an conditinal brach wich always happens, like this:
player buys a house for 1000 gold and rent it out, every 10 minutes he gets 50 gold.
it could be done with a timer and a conditional brach.... but how???
-------------------------------------------------------------------------------------------------------------------------------------------
i want an event to to a certain number x a variable, like this:
how many apples would you like to buy? (they cost 5 each)
input number 4 digits=apples
apples x 5=cost
conditional branch gold=cost or higher
here are your apples sir
change items apples+apples(the variable)
change gold-cost
and so on