Input = read()
If input == "bloodstabber" then
Print "welcome bloodstabber"
Sleep(3)
Print "please enter your password
Input = read("*")
If input == "SourCow" then
Sleep(2)
Print "welcome to your computer, bloodstabber!"
Else
Print "you are not the owner of this pc! Please leave!"
Sleep(5)
Os.reboot
End
I tried my best but it keeps giving me stupid errors like it needs = at end or it wants = at end of line 3 please help it would sure help me












