Game logic - Waypoint – Ylands

From Bohemia Interactive Community
Revision as of 17:15, 7 October 2018 by Rudy.cz (talk | contribs) (Created page with "=Description= Reference point for AI, can set its behaviour. Note that AI will always teleport to default position of the waypoint at the start of the game. =Settings= Waypo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Reference point for AI, can set its behaviour.

Note that AI will always teleport to default position of the waypoint at the start of the game.

Settings

Waypoints are linked to AI via settings of the particular AI.

  • Type: Sets the movement of AI.
  • Stand - AI will stand on the position of the waypoint.
  • Loiter - AI will walk randomly in set area (editable setting for the area appear after Loiter is chosen).
  • Random - AI will randomly switch between multiple waypoints (waypoints can be added after Random is chosen).
  • Trade: Enables or disables Trade interaction with the entity.
  • Action: Sets the interaction of AI.
  • Talk - Fires "On Talk" trigger. This event can be edited via AI script window.
  • None - Disables interactions.
  • Interaction - Can set custom interaction.

Events

There are no specific events for the Waypoint logic. Script is usually edited through NPC's script window.


Template:Game logic list