Re: Custom Campaigns v1.0.12 Beta
Posted: Tue Feb 28, 2017 3:57 pm
If you are using the plugin you can look at any of its internals using
e.g. gets the state of the first VP
GetScriptGlobal("Slith_VictoryPoints", "VP#0")
e.g. get the number of VPs I own
GetScriptGlobal("Slith_VictoryPoints", "VP_MyVPs")
You can look through the plugin script to see the globals that it makes use of.
Hope that helps!
Cheers
Pip
e.g. gets the state of the first VP
GetScriptGlobal("Slith_VictoryPoints", "VP#0")
e.g. get the number of VPs I own
GetScriptGlobal("Slith_VictoryPoints", "VP_MyVPs")
You can look through the plugin script to see the globals that it makes use of.
Hope that helps!
Cheers
Pip