AI Lua API

From Off Grid Wiki
Revision as of 16:31, 22 June 2017 by Rich (talk | contribs) (Rich moved page AI Lua API to Lua Apis/AI Lua API without leaving a redirect: organising innit)
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