Bring Back The Infirmary Staff Team! ( Never let this post die!) [ITS HAPPENING YAYAYAYAY] (WE GOT TO 1400 REPLIES! 🎉)

182

Summary

This text will be hidden

5 Likes
If MO == "Readded":
    print{"Medical Team Readded")
    break
6 Likes

In Lua that would probly be:

if MO =  “readded” do
    print(“mo team has been read”)
End

(But readded would not work)

5 Likes

Or it could of been

if MO.readded = true then
     print(“mo was read!)
else
      While (true) do
             Print(“mo team has not been read!)
              Wait(.5)
        End
End

that’s probably a better one
But there is no way of ended the while loop tho

5 Likes

You don’t need the = true.
If you say if MO.readded then, if will insert the variable and it will return the same result because it reads either if true then or if false then

I know this just saves a few characters and minimal speed, but it can be put in a reply and reply good

6 Likes

Maybe like this?

While not (MO.readded) do
        print("mo has not been read!")
        Wait(0.5)
end
print("mo was read!")

Maybe there are some grammar problems or smth, but lua seems intuitive…

6 Likes

:skull:

Summary

This text will be hidden

5 Likes

Aren’t we allowed to discuss code optimations here?

6 Likes

Btw what language is that?
Edit: This could actually be slightly broken Python

6 Likes

never said you cant

5 Likes

in fact, I support this

5 Likes

discuss more

5 Likes

get this post to 200

5 Likes

Ok.ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ

6 Likes

196

Summary

This text will be hidden

6 Likes

197

Summary

This text will be hidden

6 Likes

198

Summary

This text will be hidden

6 Likes

It was python

6 Likes

200

Summary

This text will be hidden

6 Likes

Ha ha no one else can now

Summary

This text will be hidden

6 Likes