GetLastAssociateCommand
From NWN Lexicon
Contents |
[edit] GetLastAssociateCommand(object)
Get the last command issued to a given associate.
int GetLastAssociateCommand( object oAssociate = OBJECT_SELF );
[edit] Parameters
oAssociate
NPC associate whose last issued command is to be retrieved. (Default: OBJECT_SELF)
[edit] Description
Returns the last command (ASSOCIATE_COMMAND_*) issued to oAssociate.
[edit] Version
1.22
[edit] See Also
functions: | |
constants: |
author: Charles Feduke, editor: Kristian Markon