182
Summary
This text will be hidden
182
This text will be hidden
If MO == "Readded":
print{"Medical Team Readded")
break
In Lua that would probly be:
if MO = “readded” do
print(“mo team has been read”)
End
(But readded would not work)
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
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
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…
![]()
This text will be hidden
Aren’t we allowed to discuss code optimations here?
Btw what language is that?
Edit: This could actually be slightly broken Python
never said you cant
in fact, I support this
discuss more
get this post to 200
Ok.ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ
196
This text will be hidden
197
This text will be hidden
198
This text will be hidden
It was python
200
This text will be hidden
Ha ha no one else can now
This text will be hidden