Moderator
M
Moderator
12th Dec 2015
IcemanBo: Too long as NeedsFix. Rejected.
00:51, 23rd Aug 2012
Magtheridon96: This system relies on the user handling the indexing by himself.
It shouldn't do that, no matter how simple the indexing is.
It should do the indexing on it's own in the Missile Run trigger.
The user would just set some system non-array variables like this:
And then the MissileRun trigger would get a new index by increasing the size variable, and then set all the data into the arrays, and finally start the periodic missile movement trigger if needed.
IcemanBo: Too long as NeedsFix. Rejected.
00:51, 23rd Aug 2012
Magtheridon96: This system relies on the user handling the indexing by himself.
It shouldn't do that, no matter how simple the indexing is.
It should do the indexing on it's own in the Missile Run trigger.
The user would just set some system non-array variables like this:
- Set MissileSpeed = 3
- Set MissileTarget = foo
- Set MissileSource = bar
- Set MissileBlaBla = foo bar
- Trigger - Execute Missile Run <gen> (ignoring conditions)