User Tools

Site Tools


disable_container

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
disable_container [2017/11/24 09:50] justindisable_container [2018/03/16 09:44] justin
Line 4: Line 4:
 Disables access to an [[item container]], prohibiting usage by the player until re-enabled. Disables access to an [[item container]], prohibiting usage by the player until re-enabled.
  
 +====Signature:====
 <code python> <code python>
 disable_container(entity_id) disable_container(entity_id)
Line 19: Line 20:
 disable_container("chest_01") disable_container("chest_01")
 </code> </code>
-//Results:// The item container with an ID of "chest_01" will become inaccessible to the player until re-enabled.+//Results:// The [[item container]] with an ID of "chest_01" will become inaccessible to the player until re-enabled.
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
-Use the **Disable Container** function in your [[startup script]] to initially disable (i.e. "lock") a treasure chest to prohibit access until the player obtains a key to unlock it with.+Use the **Disable Container** function in your [[startup script]] to initially disable (i.e. "lock") a treasure chest to prohibit access until the player obtains a means of unlocking it.
 </WRAP> </WRAP>
  
disable_container.txt · Last modified: 2021/04/21 18:58 by justin