Trigger event
From Blood Wiki
CallTargets
- "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)