follow
Jump to navigation
Jump to search
follow
follow [<boolean flag>]
This option toggles player following. If this is set to 1 and followTarget is set, Kore will follow that player around.
- This is a config.txt setting. You may also want to take a look at config.txt options to set up follow configuration options.
follow (Console Command)
The follow command will have Kore attempt to follow the target specified target.
follow (<player>)
- <player> is either the name of the person to follow, or an ID returned by pl.
- Kore will attempt to follow <player>. If <player> is out of line of sight, Kore will automatically try to find <player> for about 10 seconds.
follow stop
- Kore will stop following its target.
Examples:
Command | Description |
---|---|
follow Mikoto | Attempt to follow the player "Mikoto" around. |
follow 5 | Attempt to follow the player with the ID 5. |
follow stop | Have Kore stop following its target. |