Mechanic
followPath
Follow a path to a location
Aliases
path
Configuration Fields (1)
| Name | Type | Default | Description |
|---|---|---|---|
| onGoal og, then | Optional<Skill> | — | Skill to execute when the destination is reached |
Examples & Notes
Examples
Skills:
- followPath{
speed=2;
tolerance=2;
path=(200,5,520),(200,5,500),@forward{a=5};
onGoal=[
- message{m="I DID IT"} @world
]} @self ~onInteract
Universal Mechanic Options
- Author:
- Ashijin
