Difference between revisions of "Quest Script Operations"

From PSwiki
Jump to navigation Jump to search
Line 13: Line 13:
NPC respone to a player.
NPC respone to a player.


== Player tell(P:) ==
== Player tell ==
 
Syntax: P:<Message>
 
Player tell npc.
Player tell npc.



Revision as of 15:59, 4 January 2014

Quest Script Operations

Quest script operations are used to script Quests.

Menu

Syntax: Menu:

New substep ...

Syntax: ... [NoRepeat]

NPC tell (<npc>:)

NPC respone to a player.

Player tell

Syntax: P:<Message>

Player tell npc.

Player

Player action.

QuestNote

Commands

Commands build Response Operations.

Assign Quest

Syntax: Assign Quest <quest name>

Complete

Syntax: Complete <quest name>

DoAdminCmd

Syntax: DoAdminCmd <Admin command>

FireEvent

(Note: Not completed.)

Syntax: FireEvent 

The fire event has no corresponding Response Operation.

Give

Syntax: Give tria|hexa|ocata|circle|exp|faction <value>
        Give <item> or <item>
        Give <item> <count> <quality>


Introduce

Syntax: 

NoRepeat

Syntax: 

Require

Syntax: 

Run script

Syntax: 

SetVariable

Syntax: 

Uncomplete

Syntax: Uncomplete <quest name>

UnsetVariable

Syntax: