[Help] My array won't change when looping pages
Posted: Fri Feb 11, 2022 1:00 pm
Why does my tease get stuck on 1 phrase out of the array?
My tease is looping between 3 pages.
I've used this code
My tease is looping between 3 pages.
I've used this code
Code: Select all
var rest = [
"No touching",
"Hands on head",
"Hands up high in the air",
"Hands behind the head",
"Sit on your hands"
]
var restRandom = rest[Math.floor(Math.random()*rest.length)]