action

From NWN Lexicon
Jump to navigationJump to search

An action. This not a usable keyword, but BioWare uses it as a parameter type for DelayCommand(), AssignCommand(), and ActionDoCommand(). It is not possible to create a function using action as a parameter's data type. However, any void-returning function can be used as an action.

See Also