Page 1 of 1

[Condition] TfGame

Posted: Sat Nov 13, 2021 3:11 pm
by Raddeck
TfGame()


USE:
Check if the current game was started with the TF New Game


TYPE: Condition, Reference
RETURNS:
THEME: TF
COMPARE:


EXAMPLE:

Code: Select all

If TfGame() && Actor.isMale()
    "I'm a man trapped inside a woman's body. I don't think I'm gay, but here I am, about to hook up with my male date."
Endif