mob/Login()
..()
alert("Welcome to Naruto: Legendary Warriors","Naruto: Legendary Warriors")
input("What is your name:","Naruto: Legendary Warriors",usr.name)
usr.gender = input("What is your gender?","Naruto: Legendary Warriors") in list("male","female")
usr.clan = input("What is your clan?","Naruto: Lgendary Warriors") in list("Uzumaki","Lee","Uchiha","Hyuuga","Gaara")
usr.village = input("What is your village?","Naruto: Legendary Warriors") in list("Rain","Mist","Cloud","Leaf","Sand","Snow","Waterfall","Rock","Sound")
world << "[usr.name]/[usr.key] has logged in"
Problem description:
I try to run it, the screen won't show anything, and the login alerts won't come up. I'm using 409.974
also replace your usr's with src's