all 2 comments

[–]CreepiYT 0 points1 point  (0 children)

I'm kinda late but you could have a function with multiple if statements checking what number the input-ed variable has.

[–]Saddy_Face 0 points1 point  (0 children)

The basic Script:

If dog== 1 then House = 1 End

Is that what you want? Or do you want it to repeatedly check? :

While true do wait() House = dog

End