documentation for skills; full site proofreading
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
<p>Right-click on an tangible entity or inventory item to open a popup inspect menu with all relevant inspect options. Selecting one will execute a method. Examples are 'follow Chloe' (pathfind after Chloe wherever she moves until action is cancelled), 'pick up clover' (item pickup), and 'examine button' (write a descriptive line about her in Helia's thought bubble) <br></p>
|
||||
<br>
|
||||
<h2>structure </h2>
|
||||
<p>relevant <br></p>
|
||||
<br>
|
||||
<p>Every tangible entity has an exported dictionary of inspect_options: {index: ['tr_key', 'method']}. For example, {0:['tr_pick up','pickup'],1:['tr_extinguish','extinguish']}. Every tangible appends 'examine' at ready. <br></p>
|
||||
<br>
|
||||
<p>The Clickable has a _ready input event signal looking for "right-click." <br></p>
|
||||
|
||||
Reference in New Issue
Block a user