MAPINFO: Difference between revisions
m
no edit summary
DrinkyBird (talk | contribs) mNo edit summary Tag: Source edit |
mNo edit summary Tag: Source edit |
||
Line 30: | Line 30: | ||
! <tt>ForceSpawnEventScripts = <bool></tt> | ! <tt>ForceSpawnEventScripts = <bool></tt> | ||
| Forces [[EVENT scripts]] of type <tt>GAMEEVENT_ACTOR_SPAWNED</tt> to run for all actors, except for those with the <tt>NOSPAWNEVENTSCRIPT</tt> [[DECORATE#Actor_Flags|actor flag]]. | | Forces [[EVENT scripts]] of type <tt>GAMEEVENT_ACTOR_SPAWNED</tt> to run for all actors, except for those with the <tt>NOSPAWNEVENTSCRIPT</tt> [[DECORATE#Actor_Flags|actor flag]]. | ||
'''Note:''' This excludes actors that have either the <tt>NOBLOCKMAP</tt> (except projectiles and puffs) or <tt>NOSECTOR</tt> flags enabled, or inherits from {{Zdoomwiki|HexenArmor}}. | |||
|- | |- | ||
! <tt>ForceDamageEventScripts = <bool></tt> | !<tt>ForceDamageEventScripts = <bool></tt> | ||
| Forces [[EVENT scripts]] of type <tt>GAMEEVENT_ACTOR_DAMAGED</tt> to run for all actors, except for those with the <tt>NODAMAGEEVENTSCRIPT</tt> [[DECORATE#Actor_Flags|actor flag]]. | |Forces [[EVENT scripts]] of type <tt>GAMEEVENT_ACTOR_DAMAGED</tt> to run for all actors, except for those with the <tt>NODAMAGEEVENTSCRIPT</tt> [[DECORATE#Actor_Flags|actor flag]]. | ||
|} | |} | ||
[[Category: Special lumps]] | [[Category: Special lumps]] |