Trigger event
From Blood Wiki
(Difference between revisions)
(Created page with "CallTargets * "nocall" targetparm do cancel call * If targetparm not begins with "select", "select targets;" is automatically added * Empty targetparm defaults to "select tar...") |
|||
Line 1: | Line 1: | ||
− | + | Target paremeter | |
* "nocall" targetparm do cancel call | * "nocall" targetparm do cancel call | ||
Line 23: | Line 23: | ||
* INFOPORTION DEC ''infoportion'' ''[decrease_by]'' - increase infoportion value by 1 or by custom value (of presented) | * INFOPORTION DEC ''infoportion'' ''[decrease_by]'' - increase infoportion value by 1 or by custom value (of presented) | ||
− | == ''[ | + | == ''[mask:]action'' == |
+ | |||
+ | Call all selected entities with parameter. |
Revision as of 00:59, 3 July 2012
Target paremeter
- "nocall" targetparm do cancel call
- If targetparm not begins with "select", "select targets;" is automatically added
- Empty targetparm defaults to "select targets;call"
SELECT / ADD
Starts and expands selection of entities, which will be called.
- SELECT TARGETS - select entity to which i'm targeted
- SELECT TARGETERS - select entities which are targeted to me
- SELECT BYID id1 id2 id3 ... idX - select entities by their save id's
- SELECT BYTARGETNAME targetname1 targetname2 ... targetnameX - select entities by their save id's
INFOPORTION
Manipulate infoportions on activator.
- INFOPORTION SET infoportion - adds/update infoportion
- INFOPORTION DEL infoportion - delete infoportion
- INFOPORTION INC infoportion [increase_by] - increase infoportion value by 1 or by custom value (of presented)
- INFOPORTION DEC infoportion [decrease_by] - increase infoportion value by 1 or by custom value (of presented)
[mask:]action
Call all selected entities with parameter.