Random variables

Q&A about the latest versions
Post Reply
CTavernier
Posts: 2
Joined: Tue Apr 16, 2019 3:19 pm

Hi everyone!
I'm looking for a way to add random variables in a project.
I want to insert a little game in a tour with multiple possibility for the user.
By clicking on the "start game" I want to set the variable value from 1 to 3, randomly...
Someone knows how achieve that?
Is it possible by adding javascript code somewhere?
🤯
THX
User avatar
soulbrother
Posts: 547
Joined: Tue Apr 08, 2008 7:01 pm
Location: München
Contact:

If a frequently change would be applicable, you can use a timer, that counts every x seconds and adds a vaulue of +1 to your variable.
Post Reply