[Command] timeoutActorPrecise

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 »

timeoutActorPrecise(hours, sceneID, actor1, ..., actorN)


USE:
Combination of timeoutPrecise and timeoutActor.
Puts a scene on cooldown for exactly the amount of hours specified, but limited to the stated actor(s) who will not pass the scene's WHO condition.


TYPE: Command, Reference
RETURNS: /
THEME: Scenes
COMPARE: timeout, timeoutPrecise, timeoutActor


EXAMPLE:

Code: Select all

sceneStart()
    Friend(Happy)::"Well, I'm off to Barbados for a week. Bye!"
    Player(Happy)::"Have a good time!"
sceneEnd()
timeoutActorPrecise(156, call_invite, Friend)
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