06-12-2015, 03:23 PM
Unfortunatelly Macro engine doesn't have relational operations (AND, OR..), but it contains basic math functions:
http://wiki.bmega.net/doku.php?id=macros...#internals
+ is Inc
- is Dec
To do what you need, a example (I didn't test, nor wrote correctly the functions):
Creatures:=Creatures.OnScreen()
Playrs:=Creatures.PlayersOnScreen()
Inc(Creatures, !Players!)
http://wiki.bmega.net/doku.php?id=macros...#internals
+ is Inc
- is Dec
To do what you need, a example (I didn't test, nor wrote correctly the functions):
Creatures:=Creatures.OnScreen()
Playrs:=Creatures.PlayersOnScreen()
Inc(Creatures, !Players!)