Wield command: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
(→‎Wield command: added first and third person messaging. The page could still use a cleanup for appearances sake.)
 
Line 16: Line 16:


==Example Messaging==
==Example Messaging==
{| class="wikitable"
'''First Person:'''
|-
* You draw out your ''[weapon]'' from the ''[container]'', gripping it firmly in your ''[right|left]'' hand.
! Command
* ''You draw out your saber from the sheath, gripping it firmly in your right hand.''
! First Person

! Third Person
|-
| '''WIELD Saber'''
| ''You draw out your cutlass from the sheath, gripping it firmly in your right hand.''
| ''Elonath draws forth a steel cutlass.''
|}


[[page type is::command| ]]
[[page type is::command| ]]

Latest revision as of 23:20, 5 June 2016

The WIELD command works much like a Get command with the following benefits:

  • The system searches for the weapon if no container is designated beginning with weapon containers before general purpose containers
  • The system will prefer the right hand but will wield to the left hand when the right is full
  • The system will return the weapon to the container it was removed from when the Sheath command is used

Working with WIELD and SHEATH can save valuable keystrokes in battle and solves for more complex scripting options.

Syntax and Usage

Usage
WIELD <WEAPON>: will search for the weapon in weapon containers and then general purpose containers before drawing it to the right hand -left hand if the right hand is full.
WIELD <LEFT|RIGHT> <WEAPON>: will draw the weapon to the designated hand.
WIELD <LEFT|RIGHT> <WEAPON> in <CONTAINER>: will look only in the designated container and wield it to the designated hand.


Example Messaging

Command First Person Third Person
WIELD Saber You draw out your cutlass from the sheath, gripping it firmly in your right hand. Elonath draws forth a steel cutlass.