In the tactical console, what is a pass? As in "Press this button to start a new pass for all characters?" I noticed "state.combatpass" and the "newpass" action on a portal in form_taccon.dat but can't seem to find either documented on the wiki. Does anyone know what this is/does? It seems to be related to turns, but it's not clear to me.
Thanks
Thanks
Code:
<portal
id="newpass"
style="actBig"
tiptext="Press this button to start a new pass for all characters.">
<action
action="newpass"
buttontext="Next Pass">
</action>
</portal>
Code:
pass = state.combatpass
Last edited: