-
Notifications
You must be signed in to change notification settings - Fork 0
CURRENCYACTION
stanislawbartkowski edited this page May 10, 2019
·
5 revisions
Use "currency action" - activate Currency technology. Spend Incense and gain 3 culture tokens.
executeCommand(token,"CURRENCYACTION",-1,-1, {"hv" : Hut/Village/empty, "resource" : "Incense"})
- Additional parameter should specify which resource to spend.
- "hv"
- "Village" : Incense token hidden under Village
- "Hut" : Incense token hidden under Hit
- null : Market Incense token
- resource : "Incense"
- "hv"
executeCommand(token,"CURRENCYACTION",-1,-1, {"hv" : "Village", "resource" : "Incense"})
Incense token hidden under Village token > executeCommand(token,"CURRENCYACTION",-1,-1, {"hv" : null, "resource" : "Incense"})
Use Incense token taken from market. # Itemize Empty list