Page 1 of 1

[Command] getMorphValue

Posted: Wed Nov 10, 2021 8:31 pm
by Raddeck
Actor.getMorphValue(MorphName)


USE:
Morph list can be found in any lpcharacter file


TYPE: Command, Ref
RETURNS: Float
THEME: Actor Creation
COMPARE:


EXAMPLE:

Code: Select all

    If Player.isMale()
        value = Player.getMorphValue(XY__FBMHeavy)
    Else
        value = Player.getMorphValue(Genesis8Female__FBMHeavy)
    Endif