MAPINFO: Difference between revisions

8 bytes removed ,  30 August 2022
Merge the note with the sentence and fix the zdw link
mNo edit summary
Tag: Source edit
(Merge the note with the sentence and fix the zdw link)
Tag: Source edit
Line 29: Line 29:
|-
|-
! <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]], actors that have either the <tt>NOBLOCKMAP</tt> (except projectiles and puffs) or <tt>NOSECTOR</tt> flags enabled, or inherit from {{Zdoomwiki|Classes:HexenArmor|HexenArmor}}.
'''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>