[Command] getRace
Posted: Mon Nov 01, 2021 9:59 pm
Actor.getRace()
USE:
Return Human, Elf, Orc or Vampire as a string
TYPE: Command, non-Ref
RETURNS: String
THEME: Fantasy
COMPARE:
EXAMPLE:
USE:
Return Human, Elf, Orc or Vampire as a string
TYPE: Command, non-Ref
RETURNS: String
THEME: Fantasy
COMPARE:
EXAMPLE:
Code: Select all
Race = Player.getRace()
Race = Actor.getRace()