AI Lua API: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
(remove docstart tag)
m (Rich moved page Lua Apis/AI Lua API to AI Lua API without leaving a redirect: removing sub-pages)
(No difference)

Revision as of 13:29, 26 June 2017

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