Hello Mark, I just installed the Monkey2 x1.0.5 MacOS Package x 1 on my Mac, I am running MacOS Sierra 10.12.
I tried to compile your Stargate project and I got the following error:
mx2cc version 1.0.5
***** Building app ‘/Users/aroldocarvalho/Downloads/monkey2/bananas/stargate/src/lazer.monkey2’ *****
Parsing…
/Users/aroldocarvalho/Downloads/monkey2/bananas/stargate/src/lazer.monkey2 [67] : Error : Expecting expression but encountered ‘[‘
It is referring to this Function below. I am missing a module?
Function InitLazer()
Collisions[ACTOR_LAZER]=[ACTOR_HUMANOID,ACTOR_LANDER,ACTOR_MUTANT,ACTOR_BOMBER,ACTOR_POD,ACTOR_SWARMER,ACTOR_BAITER]
End