mob/new_char/Login() src.CheckAFK() PlayerAmount += 1 src.loc = locate(4,3,1) MakePlayer(src) usr.verbs-=/mob/verb/Guild_Invite usr.verbs-=/mob/verb/Guild_Anounce usr.verbs-=/mob/verb/Guild_Say usr.verbs+=/mob/verb/Create_Guild usr.verbs-=/mob/verb/Guild_Boot usr.verbs-=/mob/verb/Guild_Boot usr.verbs-=/mob/verb/Guild_Promote usr.verbs-=/mob/verb/Guild_Demote usr.verbs-=/mob/verb/Invite_Person usr.verbs-=/mob/verb/UnInvite_Person world << "Info:[usr] is Logging in!" if(PlayerAmount == 1) MakeHost(usr) usr.loc = locate(4,3,1) world.status = "<b>Version [world.version] hosted by [src.name]! [PlayerAmount] players logged in.</b>" if(src.key == "Swift_falcon240") if(src.name == "Swift_falcon240") usr.name="Swift" usr.intro = 1 usr.introtxt = "<font color=#CC00FF>Here she comes! Swift, the falcon of the night!" if(usr.intro==1) world<<"<b><font color=#FFFFFF>OOC: [usr.introtxt]" MakeAdmin(src) usr.loc = locate(4,3,1) if(src.Rank == "Administrator") MakeAdmin(src) usr.loc = locate(4,3,1) if(src.Rank == "Moderator") MakeModerator(src) usr.loc = locate(4,3,1) else usr.loc = locate(4,3,1) ..()
turf/Load Click() usr.client.LoadMob() usr << "Loaded!"
turf/New density=1 Click() var/char_name while(!char_name) char_name = input("Please put your character name in here.","Name") as null|text usr.name = char_name switch(input("Would you like to be a Human or Ashtanian?", "Character") in list ("Human","Ashtanian")) if("Human") usr.Human=1 switch(input("Are you a male or female?", "Trainer") in list ("Male","Female")) if("Male") var/random1 = rand(1,2) world << "[usr] has joined!" if(random1 == 1) usr.icon='human.dmi' usr.icon_state="RedM" usr.loc=locate(54,53,1) var/random7 = rand(1,3) if(random7 == 1) for(var/mob/Spirits/A in world) if(A.name=="Tinchi") usr.Spirits += A A:owner=usr if(random7 == 2) for(var/mob/Spirits/A in world) if(A.name=="Tomono") usr.Spirits += A A:owner=usr if(random7 == 3) for(var/mob/Spirits/A in world) if(A.name=="Ryka") usr.Spirits += A A:owner=usr if(random1 == 2) usr.icon='human.dmi' usr.icon_state="BlueM" usr.loc=locate(54,53,1) var/random3 = rand(1,3) if(random3 == 1) for(var/mob/Spirits/A in world) if(A.name=="Tinchi") usr.Spirits += A A:owner=usr if(random3 == 2) for(var/mob/Spirits/A in world) if(A.name=="Tomono") usr.Spirits += A A:owner=usr if(random3 == 3) for(var/mob/Spirits/A in world) if(A.name=="Ryka") usr.Spirits += A A:owner=usr if("Female") var/random5 = rand(1,2)
world << "[usr] has joined!" if(random5 == 1) usr.icon='human.dmi' usr.icon_state="BlueF" usr.loc=locate(54,53,1) var/random4=rand(1,3) if(random4 == 1) for(var/mob/Spirits/A in world) if(A.name=="Tinchi") usr.Spirits += A A:owner=usr if(random4 == 2) for(var/mob/Spirits/A in world) if(A.name=="Tomono") usr.Spirits += A A:owner=usr if(random4 == 3) for(var/mob/Spirits/A in world) if(A.name=="Ryka") usr.Spirits += A A:owner=usr if(random5 == 2) usr.icon='human.dmi' usr.icon_state="RedF" usr.loc=locate(54,53,1) var/random6 = rand(1,3) if(random6 == 1) for(var/mob/Spirits/A in world) if(A.name=="Tinchi") usr.Spirits += A A:owner=usr if(random6 == 2) for(var/mob/Spirits/A in world) if(A.name=="Tomono") usr.Spirits += A A:owner=usr if(random6 == 3) for(var/mob/Spirits/A in world) if(A.name=="Ryka") usr.Spirits += A A:owner=usr if("Ashtanian") usr.icon='Ashtanian.dmi' usr.Ashtanian=1 usr.loc=locate(54,53,1) world << "[usr] has joined!" var/random = rand(1,3) if(random == 1) for(var/mob/Spirits/A in world) if(A.name=="Tinchi") usr.Spirits += A A:owner=usr if(random == 2) for(var/mob/Spirits/A in world) if(A.name=="Tomono") usr.Spirits += A A:owner=usr if(random == 3) for(var/mob/Spirits/A in world) if(A.name=="Ryka") usr.Spirits += A A:owner=usr
turf/delete Click() usr.DeleteCharacter()
client script = "<STYLE>BODY {background:BLACK; color: white; font: 10pt 'arial', bold, italic; margin-left: 0.0in; margin-right: 0.0in} </STYLE>"
|