User Tools

Site Tools


set_entity_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
set_entity_script [2021/04/21 18:51] justinset_entity_script [2022/05/07 14:24] (current) justin
Line 6: Line 6:
 ====Signature:==== ====Signature:====
 <code python> <code python>
-set_entity_script(entity, script_name, trigger_type)+set_entity_script(entity, script_name, trigger_type, triggerable_by_npc)
 </code> </code>
  
Line 13: Line 13:
 |script_name|Name of the new [[script]].|[[String]]|Yes| |script_name|Name of the new [[script]].|[[String]]|Yes|
 |trigger_type|When to trigger the [[script]]. This argument is only applicable to [[tile|tiles]] (possible values are ENTER_TILE, STOP_ON_TILE, and EXIT_TILE, with a default value of ENTER_TILE).|Trigger Type|No| |trigger_type|When to trigger the [[script]]. This argument is only applicable to [[tile|tiles]] (possible values are ENTER_TILE, STOP_ON_TILE, and EXIT_TILE, with a default value of ENTER_TILE).|Trigger Type|No|
 +|triggerable_by_npc|Determines whether or not [[npc|NPCs]] can trigger the [[script]].|[[Boolean]]|No|
  
 ====Example:==== ====Example:====
set_entity_script.txt · Last modified: 2022/05/07 14:24 by justin