Difference between revisions of "list"
Jump to navigation
Jump to search
m |
|||
Line 33: | Line 33: | ||
* To use the trigger list ''inside'' the trigger definition (in the "On Activation/Deactivation" fields) use the array <tt>thislist</tt> instead. | * To use the trigger list ''inside'' the trigger definition (in the "On Activation/Deactivation" fields) use the array <tt>thislist</tt> instead. | ||
<code>{player sidechat format["%1 activated trigger",_x]} foreach thislist</code> | <code>{player sidechat format["%1 activated trigger",_x]} foreach thislist</code> | ||
+ | * <tt>thislist</tt> contains players only, not AI units. | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
− | |||
− | |||
− | |||
</dl> | </dl> | ||
Revision as of 09:20, 27 May 2008
Notes
- To use the trigger list inside the trigger definition (in the "On Activation/Deactivation" fields) use the array thislist instead.
- thislist contains players only, not AI units.
{player sidechat format["%1 activated trigger",_x]} foreach thislist