Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Mar 1, 2024
1 parent d0b4d97 commit 7f2a9d8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions functions/scripting.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ BEGIN
PATCH_IF NOT ~%ea%~ STR_EQ ~~ BEGIN
WRITE_BYTE CRE_allegiance IDS_OF_SYMBOL (~ea~ ~%ea%~)
END
WRITE_LONG CRE_animation IDS_OF_SYMBOL (~animate~ ~DOOM_GUARD~) // https://forums.beamdog.com/discussion/73632/a-few-uses-for-invisible-minions
// https://forums.beamdog.com/discussion/73632/a-few-uses-for-invisible-minions
WRITE_LONG CRE_animation IDS_OF_SYMBOL (~animate~ ~DOOM_GUARD~)

LPF DELETE_EFFECT INT_VAR match_opcode = OPCODE_clear_fog_of_war_wizard_eye END
LPF DELETE_EFFECT INT_VAR match_opcode = OPCODE_avatar_removal END // this seems to block shouts for some reason, or maybe even preventing creature scripts from running altogether

// this seems to block shouts for some reason, or maybe even preventing creature scripts from running altogether
LPF DELETE_EFFECT INT_VAR match_opcode = OPCODE_avatar_removal END

LPF ADD_CRE_EFFECT INT_VAR opcode = OPCODE_animation_removal timing = TIMING_permanent parameter2 = 1 END
LPF ADD_CRE_EFFECT INT_VAR opcode = OPCODE_selection_circle_removal timing = TIMING_permanent END
BUT_ONLY
Expand Down

0 comments on commit 7f2a9d8

Please sign in to comment.