'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"