SetIsBusy
From NWN Lexicon
Jump to navigationJump to search
SetIsBusy(int)
Causes an associate to be considered busy.
Parameters
bIsBusy
TRUE if busy, FALSE otherwise.
Description
Causes an associate to be considered busy or not busy.
Remarks
This works in conjunction with IsBusy to determine if an associate is busy. This just sets a local integer on the associate.
Requirements
#include " nw_i0_assoc "
Version
1.22
See Also
functions: |
author: Tom Cassiotis