promotional bannermobile promotional banner

LordAbyss Trigger Specials

Contains numerous resources, mostly for trigger editor.
Back to Files

Initial Version

File nameLordAbyssCustomFunctionsAndConditions.SC2Map
Uploader
NethrizmianNethrizmian
Uploaded
Nov 9, 2010
Downloads
494
Size
212.0 KB
File ID
476163
Type
R
Release

What's new

Initial Release.

Conditions

int gf_NumberOfUnitsOwnedByPlayer (int lp_player);
bool gf_NumberOfUnitsOwnedByPlayerGreater (int lp_player, int lp_units);
bool gf_NumberOfUnitsOwnedByPlayerGreaterOrEqual (int lp_player, int lp_units);
bool gf_NumberOfUnitsOwnedByPlayerLess (int lp_player, int lp_units);
bool gf_NumberOfUnitsOwnedByPlayerLessOrEqual (int lp_player, int lp_units);
bool gf_NumberOfUnitsOwnedByPlayerEqual (int lp_player, int lp_units);
bool gf_NumberOfUnitsOwnedByPlayerNotEqual (int lp_player, int lp_units);

This mod has no related projects