GetLastOpener
From NWN Lexicon
Contents |
[edit] GetLastOpener()
Gets the creature that last opened or destroyed the container calling this script.
[edit] Description
Returns an object variable representing the object that last opened or destroyed this container.
[edit] Remarks
Function can be found in nw_o2_coninclude.nss on line 159
First checks GetLastOpenedBy() function and if it is not valid will then check GetLastKiller().
[edit] Requirements
#include " nw_o2_coninclude "
[edit] Version
1.22
[edit] See Also
functions: |
author: John Shuell