[Command] getRelativeExcept

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply