GetIsFriend
From NWN Lexicon
Contents |
[edit] GetIsFriend(object, object)
Check whether a creature considers another creature a friend.
int GetIsFriend( object oTarget, object oSource = OBJECT_SELF );
[edit] Parameters
oTarget
The creature whose friend status is to be checked.
oSource
The creature whose opinion will be queried. (Default: OBJECT_SELF)
[edit] Description
Returns TRUE if oSource considers oTarget as a friend, otherwise FALSE.
[edit] Remarks
This function considers faction feeling as well as personal reputation between the two creatures.
[edit] Version
1.22
[edit] See Also
functions: |
author: Tom Cassiotis, editor: Kristian Markon