Skip to content

CURRENCYACTION

stanislawbartkowski edited this page May 10, 2019 · 5 revisions

Action

Use "currency action" - activate Currency technology. Spend Incense and gain 3 culture tokens.

Format

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"

Usage example

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
Clone this wiki locally