Track Command


Author: danton1983
Created: 2013-11-29T18:05:11-0500
Edited: 2013-11-29T18:05:11-0500
Denizen Version: 0.93
Views: 7
Downloads: 853
Likes: 0


WGET
Description: Making the compass useful!

Simple /track command to make the compass point to the destination.

Simple adjust the location information!

'Tracking':
  type: world
  events:  
    on Track command:
    - ^if <context.raw_args> != 'location1' run TrackLocationCommand
       else if <context.raw_args> == 'location1' run Tracklocation1
       else run TrackNoLocationCommand
    - determine passively fulfilled
'TrackNoLocationCommand':
    type: task
    script:
    - narrate "<&e>You need to select a location in order to adjust your compass"
    - narrate "<&e>You can currently track location1"
'TrackHospital':
    type: task
    script:
    - compass location:x,y,z,world
    - narrate "<&e>Your compass is now pointing to the <&6>location1"




Comments
No one has posted a comment! Post one below: