GetIsPlayerDM(object)
From NWN Lexicon
Jump to navigationJump to searchReturns TRUE if the given player-controlled creature has DM privileges gained through a player login (as opposed to the DM client).
Parameters
- oCreature
- The creature to check for DM status.
Description
Returns TRUE if the given player-controlled creature has DM privileges gained through a player login (as opposed to the DM client).
Note: GetIsDM() also returns TRUE for player creature DMs.
Remarks
Player DMs can occur when they enter the DM password into the relevant console commands.
Player DMs differ from "true" DMs in a few ways, such as not having maximised skills and not being part of the full "DM" faction that allows visibility of all attack rolls. Other differences may be documented later.
Version
This function was added in 1.80.8193.14 of NWN:EE.
Example
See Also
functions: | GetIsDM() GetIsDMPossessed() GetIsPC() GetIsPlayerCharacter() |
author: Shadguy