mob
icon = 'person.dmi'
Login()
..()
mob
Login()
switch(input("Who's side will you be on?","Choose") in list ("Olaf","Badulairs"))
if("Olaf")
icon = 'olaf.dmi'
loc = location (1,1,1)
if("Badulairs")
icon = 'badulairs.dmi'
loc = location (1,25,1)
Problem description:
Well idk why its not working I made it myself... (That might be why lol) Anyways... Umm it says 8 indention errors I fix them I get 4 errors ehhh.... Can anyone help me?