Scripting: Difference between revisions

 
(One intermediate revision by the same user not shown)
Line 207: Line 207:
==Equipment==
==Equipment==
<code>eq</code> or <code>equip</code> lets you equip, unequip, and use equipment.
<code>eq</code> or <code>equip</code> lets you equip, unequip, and use equipment.
{{HeaderNoTOC|Equip item}}
{{HeaderNoTOC|Equip item}}
You can equip your fishing rod by simply <code>eq fishingpole</code> if you have the fishing rod.
<code>eq fishingpole</code> equips an item in to its respective slot.


Check the [[#Equipment List]] below for things you can equip.
{{HeaderNoTOC|Use item}}
<code>eq fishingpole use</code> uses an item, similar to pressing the left mouse button/using "V". The item has to have been equipped already.


{{HeaderNoTOC|Use item}}
{{HeaderNoTOC|Unequip item}}
You can use your fishing rod by simply <code>eq fishingpole use</code>.
<code>eq</code> unequips your primary item (typically, the one you're actively holding in your hand).


Check the [[#Equipment List]] below for things to use.
<code>eq all</code> unequips any of your equipped items (which includes accessories and other gear attached to parts of your body).


{{HeaderNoTOC|Unequip item}}
You can unequip your item by simply using <code>eq</code>.


{{HeaderNoTOC|Equipment list}}
{{HeaderNoTOC|Equipment list}}
Line 285: Line 285:
This allows the script runner to move forward and pause for 2 seconds for a total of 5 times.
This allows the script runner to move forward and pause for 2 seconds for a total of 5 times.


==Cutscene==
==Camera control==
<code>cm</code> or <code>camera</code> lets you control cutscenes, cameras, and have a few cinematic controls.
<code>cm</code> or <code>camera</code> lets you control cutscenes, cameras, and have a few cinematic controls.