Page 1 of 1

[Command] getRelativeExcept

Posted: Mon Nov 01, 2021 10:10 pm
by Raddeck
getRelativeExcept(keyword, ..., keyword)


USE:
Retrieves an actor who is related to the player, but isn't tagged by the listed keyword(s).


TYPE: Command, non-Ref
RETURNS: Actor
THEME: Family, Actor Loading
COMPARE: getRelative


EXAMPLE:

Code: Select all

WHO: Actor = getRelativeExcept(GrandParent) 
// returns a relative who isn't a grandparent of the player