Now you get to hear how much of a nerd I sound like.

Oh well. Worth it.
Post has been edited 2 time(s), last time on Aug 19 2009, 5:40 pm by Tuxedo-Templar.
None.




java -jar "<full path to mtrigsc.jar>" "$(FULL_CURRENT_PATH)" "$(NAME_PART).trigger" "$(NAME_PART).property"cd "$(CURRENT_DIRECTORY)"
FOR n=1 TO 10 DO
...
RemoveUnitsAt(@All, v3, @AllPlayers, @L("a"+n)
...
ENDL
FOR n = 3 TO 9 DO
...
@L(anumber[n-3])
...
ENDL
FOR n = 9 TO 3 BY -1 DO ... ENDL

Wormerjava -jar "<full path to mtrigsc.jar>" "$(FULL_CURRENT_PATH)" "$(NAME_PART).trigger" "$(NAME_PART).property"cd "$(CURRENT_DIRECTORY)"
FOR n=1 TO 10 DO
...
RemoveUnitsAt(@All, v3, @AllPlayers, @L("a"+n)
...
ENDL
FOR n = 3 TO 9 DO
...
@L(anumber[n-3])
...
ENDL
FOR n = 9 TO 3 BY -1 DO ... ENDL
Wormer

PROPERTY prop
HITPOINTS = 99 // you can use expressions here
ENERGY = 77
SHIELDS = 66
RESOURCES = 55555
HANGAR = 8
INVINCIBLE
BURROWED
LIFTED
HALLUCINATED
CLOACKED
ENDP
CreateUnitWithProperties(1, v4, @L("SA1"), @CurrentPlayer, 1, prop)
WormerPROPERTY prop
HITPOINTS = 99 // you can use expressions here
ENERGY = 77
SHIELDS = 66
RESOURCES = 55555
HANGAR = 8
INVINCIBLE
BURROWED
LIFTED
HALLUCINATED
CLOACKED
ENDP
CreateUnitWithProperties(1, v4, @L("SA1"), @CurrentPlayer, 1, prop)


Morphling
Wormer
Oh_Man -- tthen u come to SCBW and it's like - upload WAV, play WAV.... sigh why cant it be that easy
Oh_Man -- where they use third party audioprogram called WWISE which basically makes adding audio extremely difficult
Oh_Man -- i appreciate SCBW's ability to just let us upload and play WAVs so much compared to nightmare that is total war warhammer 3
Symmetry -- https://staredit.net/topic/18903/ THE REVIEWS ARE HERE! "ok these are pretty good memes" - ssj9Kevin
Ultraviolet -- Symmetry
Symmetry -- Man I wish we had this tech back in the day when people played ums lmao
NudeRaider -- EUD actions, specifically. The conditions remained. Today we can even have actions again, but they're all virtualized/whitelisted (not sure on the actual technical implementation) so you can only use them for specific intended purposed, not arbitrary code injections.
Excalibur