Variable score

id: 749947

category: Help with Scripts

posts: 4

RJN_HMB RJN_HMB loading
idk how to make it so when a variable equals 5 the backdrop switches
deck26 deck26 loading
Please don't create duplicate topics.
Smugling Smugling loading

RJN_HMB wrote:

idk how to make it so when a variable equals 5 the backdrop switches
when green flag clicked
forever


if <(variable) = [5]> then
switch backdrop to [(backdrop name)]
end
end

Smugling wrote:

RJN_HMB wrote:

idk how to make it so when a variable equals 5 the backdrop switches
when green flag clicked
forever


if <(variable) = [5]> then
switch backdrop to [(backdrop name)]
end
end
Simpler version:
when green flag clicked
wait until <(my variable) = (5)>
switch backdrop to [backdrop2 v]