[Condition] TfGame

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 »

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
Last edited by Raddeck on Wed Jun 15, 2022 10:37 pm, edited 1 time in total.
Reason: Added 1 example
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