Jump to content
  • 0

H> How to add time?


Question

6 answers to this question

Recommended Posts

  • 0
Posted
41 minutes ago, Vegas said:

OnClock0000:
OnClock0200:
OnClock0400:
OnClock0600:
OnClock0800:
OnClock1000:
OnClock1200:
OnClock1400:
OnClock1600:
OnClock1800:
OnClock2000:
OnClock2200:

add you time :)

 

when the correct answer hit by the players the announcement should be

 

- Unknown is correct ! i was disguise a Plasma ( guess time 15sec )

image.png.d9f225d1dd6cc977616a1f0625d61d3c.png

i want to change this announcement with time interval how long does players guess the correct answer ^_^

  • 0
Posted
8 hours ago, Quesooo said:

when the correct answer hit by the players the announcement should be

 

- Unknown is correct ! i was disguise a Plasma ( guess time 15sec )

image.png.d9f225d1dd6cc977616a1f0625d61d3c.png

i want to change this announcement with time interval how long does players guess the correct answer ^_^

You will need to setup an OnTimer15000:

with that, check if the Event is active, if it hasn't already been guessed, end the event and restart it later OnClock####:

etc

  • Upvote 1
  • Love 1
  • 0
Posted
2 hours ago, Z3R0 said:

You will need to setup an OnTimer15000:

with that, check if the Event is active, if it hasn't already been guessed, end the event and restart it later OnClock####:

etc

Any sample?

  • 0
Posted

Sample is already given in the script look for other OnTimers there is probably one for event completed... If there is u can probably change it to OnTimer15000

  • 0
Posted

when the round start or NPC disguised into monster, use

initnpctimer;

when the player answered it correctly

npc "You spent "+getnpctimer(0)+" milisecond to answer.";
stopnpctimer;

when time's up or event ended

stopnpctimer;

 

  • -1
Posted
OnClock0000:
OnClock0200:
OnClock0400:
OnClock0600:
OnClock0800:
OnClock1000:
OnClock1200:
OnClock1400:
OnClock1600:
OnClock1800:
OnClock2000:
OnClock2200:

add you time :)

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...