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
Next revisionBoth sides next revision
set_entity_script [2020/04/28 10:16] justinset_entity_script [2020/04/28 10:23] justin
Line 12: Line 12:
 |entity|[[Entity]] to update the [[script]] for.|[[Entity]]|Yes| |entity|[[Entity]] to update the [[script]] for.|[[Entity]]|Yes|
 |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]] (only applicable to [[tile|tiles]]).|No|+|trigger_type|When to trigger the [[script]] (only applicable to [[tile|tiles]]).|Trigger Type|No|
  
 ====Example:==== ====Example:====
Line 18: Line 18:
 set_entity_script(entity["chest01", "empty_chest") set_entity_script(entity["chest01", "empty_chest")
 </code> </code>
-//Results:// The script for entity "chest01" is removed and replaced with the "empty_chest" script.+//Results:// The [[script]] for [[entity]] "chest01" is removed and replaced with the "empty_chest" [[script]].
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-Use the **Set Entity Script** function to change the behavior of an object after it has been interacted with or to remove its script so it can no longer be interacted with, for example a door that the player cannot close once opened.+Use the **Set Entity Script** function to change the behavior of an [[object]] after it has been interacted with or to remove its [[script]] so it can no longer be interacted with, for example a door that the player cannot close once opened.
 </WRAP> </WRAP>
  
set_entity_script.txt · Last modified: 2022/05/07 14:24 by justin