Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local num = math.random(1, 5)
- if num == 1 then
- local num2 = math.random(1,2)
- if num == 2 then
- for i = 1, 5 do
- print("Yuuup")
- end
- else
- i = 1
- repeat
- i = i + 1
- until i == 5
- end
- elseif num <= 3 then
- print("It is")
- if num == 2 then
- print("num")
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment