help with phone calling system

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

DaPumpkinGR

Member
Mar 7, 2017
3
0
0
26
Hello. so i want to make a skript for a server that needs phones. I have done most parts, but i don't know how to make multi-player actions (for example, a player does this command and if the other player doesnt do /answer or something within a specific time limit, the trigger stops)

Any help would be greatly appreciated
 
Crapy code but that's principle:
code_language.skript:
command /answer:
    Trigger:
        If {answer.%player%} is true:
             #Action
        Else:
            #didnt answered in right tine

Command /call <text>:
    Trigger:
        Set {answer.%arg%} to true
        Wait 30 seconds
        Set {answer.%arg%} to true
 
Last edited by a moderator:
Status
Not open for further replies.