Response Operation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= Response Operations = | = Response Operations = | ||
== Action == | |||
This response operations . | |||
{| | |||
!Attribute | |||
!Values/Type | |||
!Default | |||
!Description | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
Ex: <action ... /> | |||
== Action My == | |||
This response operations . | |||
{| | |||
!Attribute | |||
!Values/Type | |||
!Default | |||
!Description | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
Ex: <actionmy ... /> | |||
== Action My Public == | |||
This response operations . | |||
{| | |||
!Attribute | |||
!Values/Type | |||
!Default | |||
!Description | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
Ex: <actionmypublic ... /> | |||
== Action Public == | |||
This response operations . | |||
{| | |||
!Attribute | |||
!Values/Type | |||
!Default | |||
!Description | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
Ex: <actionpublic ... /> | |||
== Narrate == | |||
This response operations . | |||
{| | |||
!Attribute | |||
!Values/Type | |||
!Default | |||
!Description | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
Ex: <narrate ... /> | |||
== Narrate Public == | |||
This response operations . | |||
{| | |||
!Attribute | |||
!Values/Type | |||
!Default | |||
!Description | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
Ex: <narratepublic ... /> | |||
== NPC Cmd == | == NPC Cmd == | ||
Line 40: | Line 154: | ||
Ex: <respond ... /> | Ex: <respond ... /> | ||
== Run == | |||
This response operations run a script. | |||
{| | |||
!Attribute | |||
!Values/Type | |||
!Default | |||
!Description | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
Ex: <run ... /> | |||
== Respond Public == | == Respond Public == | ||
Line 59: | Line 192: | ||
Ex: <respondpublic ... /> | Ex: <respondpublic ... /> | ||
== Say == | |||
This response operations . | |||
{| | |||
!Attribute | |||
!Values/Type | |||
!Default | |||
!Description | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
Ex: <say ... /> | |||
== Verify Quest Assigned == | |||
This response operations . | |||
{| | |||
!Attribute | |||
!Values/Type | |||
!Default | |||
!Description | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
Ex: <verifyquestassigned ... /> | |||
== Verify Quest Completed == | |||
This response operations . | |||
{| | |||
!Attribute | |||
!Values/Type | |||
!Default | |||
!Description | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
Ex: <verifyquestcompleted ... /> | |||
[[Category:Engine documents]] | [[Category:Engine documents]] |
Revision as of 23:19, 25 December 2013
Response Operations
Action
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <action ... />
Action My
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <actionmy ... />
Action My Public
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <actionmypublic ... />
Action Public
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <actionpublic ... />
Narrate
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <narrate ... />
Narrate Public
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <narratepublic ... />
NPC Cmd
This response operations send a command to the NPC Client. The command will trigger NPC responses.
Attribute | Values/Type | Default | Description |
---|---|---|---|
cmd | string | Use format npccmd:global:<your cmd text> or npccmd:self:<your cmd text> |
Ex: <npccmd cmd="npccmd:global:start_riot" /> <npccmd cmd="npccmd:self:open_cage" />
Respond
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <respond ... />
Run
This response operations run a script.
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <run ... />
Respond Public
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <respondpublic ... />
Say
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <say ... />
Verify Quest Assigned
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <verifyquestassigned ... />
Verify Quest Completed
This response operations .
Attribute | Values/Type | Default | Description |
---|---|---|---|
Ex: <verifyquestcompleted ... />