Difference between revisions of "Trig block heathen"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
trig_block_heathen is a [[Extended Trigger Before Move]] trigger. It blocks non-followers from using the specified exit. | trig_block_heathen is a [[Extended Trigger Before Move]] trigger. It blocks non-followers from using the specified exit. This trigger can only be (usefully) specified on an exit only once. | ||
Usage: | Usage: |
Revision as of 12:40, 27 December 2011
trig_block_heathen is a Extended Trigger Before Move trigger. It blocks non-followers from using the specified exit. This trigger can only be (usefully) specified on an exit only once.
Usage:
Q <room vnum> <door direction> trig_block_heathen <FLI PC number> <success msg or -1> <failure msg or -1> -1 <flags>
Field | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Room vnum | Room to apply the trigger to | ||||||||||||||
Door direction | The direction of the door to apply the trigger to
| ||||||||||||||
FLI PC Number | The PC number of the FLI | ||||||||||||||
Success string vnum | -1 - No success message #STRINGS vnum with success message | ||||||||||||||
Fail string vnum | -1 - No failure message #STRINGS vnum with failure message | ||||||||||||||
-1 | Unused field (-1 required) | ||||||||||||||
flags | Specifies options that alters the operation of the trigger. Add modifiers together: 1 - Allow unaligned PCs 2 - Allow mortals venerating target PC 4 - Allow NPCs |
Example:
Q 1200 1 trig_block_heathen 1 1200 1201 -1 3 * In room 1200, trigger to east, followers of Tynian, but also unaligned and those venerating Tynian S