Skip to content

Commit

Permalink
Dedocument 'potion' and 'walkto'
Browse files Browse the repository at this point in the history
Cast and Walk are the official commands, anything else is
legacy-support.
  • Loading branch information
mcmonkey4eva committed Oct 31, 2014
1 parent 0cd0a8a commit 0690357
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -453,7 +453,7 @@ public void registerCoreMembers() {


// <--[command]
// @Name Cast, Potion
// @Name Cast
// @Syntax cast [<effect>] (remove) (duration:<value>) (power:<#>) (<entity>|...)
// @Required 1
// @Stable Stable
Expand Down Expand Up @@ -817,7 +817,7 @@ public void registerCoreMembers() {
// Use to reenable a NPC's triggers, disabled via 'engage'.
// - engage
// - chat 'Be right there!'
// - walkto <player.location>
// - walk <player.location>
// - wait 5s
// - disengage
//
Expand Down Expand Up @@ -917,9 +917,9 @@ public void registerCoreMembers() {
// Use to make a NPC appear 'busy'.
// - engage
// - chat 'Give me a few minutes while I mix you a potion!'
// - walkto <npc.anchor[mixing_station]>
// - walk <npc.anchor[mixing_station]>
// - wait 10s
// - walkto <npc.anchor[service_station]>
// - walk <npc.anchor[service_station]>
// - chat 'Here you go!'
// - give potion <player>
// - disengage
Expand Down Expand Up @@ -2760,7 +2760,7 @@ public void registerCoreMembers() {
"WAIT", "wait (<duration>) (queue:<name>)", 0);

// <--[command]
// @Name Walk, WalkTo
// @Name Walk
// @Syntax walk (<npc>|...) [<location>] (speed:<#.#>) (auto_range) (radius:<#.#>)
// @Required 1
// @Stable stable
Expand Down

0 comments on commit 0690357

Please sign in to comment.