AI Lua API

From Off Grid Wiki
Revision as of 13:29, 26 June 2017 by Rich (talk | contribs) (Rich moved page Lua Apis/AI Lua API to AI Lua API without leaving a redirect: removing sub-pages)
Jump to navigation Jump to search

AI

Description

API to control the logic of AI in the mission

Functions

AlterNPCMotivation

AI.AlterNPCMotivation(characterName, motivationDelta)

Expected parameter types

characterName string
motivationDelta number

Description: Alters an NPCS motivation state

Returns: Nothing

Notes: When an NPCs motivation hits 0, they're no longer motivated and will attempt to take a break


Docs last hacked together on: 09/05/2017 12:04