Posts

Showing posts from November, 2014

Gatepolicy advanced

Added a guide for the advanced use of gatepolicy. Gatepolicy advanced

Added command window syntax

command window

Auto draft your colonies

in goals use config autoscript:[label name][filename] 1: set colonyIndex -1 2: label colonyLoop 3: set colonyIndex {%colonyIndex%+1} 4: ifgoto ( %colonyIndex% >= m_castle.colonies.length ) 8 5: set coordinate m_castle.colonies[colonyIndex].position 6: colony %coordinate% draft 7: goto colonyLoop 8: label colonyEndLoop

config troopidlequeuetime

add new goal config troopidlequeuetime