Difference between revisions of "talknpc"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with ';talknpc (<x> <y> <npc talk codes>) :<x> ::- x-coordinate. :<y> ::- y-coordinate. :<npc talk codes> ::- a space-separated sequence of talk codes. See [[References#NPC_Conver…')
 
Line 11: Line 11:
  
 
:Talk to the NPC on the specified coordinate and use the specified sequence of responses.
 
:Talk to the NPC on the specified coordinate and use the specified sequence of responses.
 +
 +
== Notes ==
 +
 +
You should be near the NPC to talk.
 +
 +
== TODO ==
 +
 +
Add moving to the NPC if not near? Should be able to additionally specify map in this case.
  
 
[[Category:Console Command]]
 
[[Category:Console Command]]

Revision as of 22:00, 3 July 2010

talknpc (<x> <y> <npc talk codes>)
<x>
- x-coordinate.
<y>
- y-coordinate.
<npc talk codes>
- a space-separated sequence of talk codes. See the references section for more details about NPC conversation codes.
Talk to the NPC on the specified coordinate and use the specified sequence of responses.

Notes

You should be near the NPC to talk.

TODO

Add moving to the NPC if not near? Should be able to additionally specify map in this case.