GetScriptName(int)
From NWN Lexicon
Jump to navigationJump to searchGet the name of the script at a script recursion level.
Parameters
- nRecursionLevel
- Between 0 and <= GetScriptRecursionLevel() or -1 for the current recursion level.
Description
Get the name of the script at a script recursion level.
Returns the script name or "" on error.
Remarks
Version
This function was added in 1.87.8193.35 of NWN:EE.
Example
See Also
functions: | ExecuteScript() ExecuteScriptChunk() GetScriptChunk() GetScriptRecursionLevel() |
author: Shadguy