ID:150135
 
okay I have this

name = input("[usr]","what is your name?","name","[key]")
guardian = input("[usr]","What is your Guardian?","guardian")in list ("Fire Guardian Dragon","Water Guardian Hydra","Wind Guardian Pegasus","Earth Guardian Dwarf")
if("Fire Guardian Dragon")
usr.icon = 'wraith.dmi'
usr << "DRAGON: You are now under my protection, I want your aid to help me grow strong to defeat Death."
return ..()

if("Water Guardian Hydra")
usr.icon = 'player.dmi'
usr << "HYDRA: You are now under my protection, I want your aid to help me grow strong to defeat Death."
return ..()
if("Wind Guardian Pegasus")
usr.icon = 'energy.dmi'
usr << "PEGASUS: You are now under my protection, I want your aid to help me grow strong to defeat Death."
return ..()

if("Earth Guardian Dwarf")
usr.icon = 'oflower.dmi'
usr << "DWARF: You are now under my protection, I want your aid to help me grow strong to defeat Death."
return ..()


but I always end up turning into a wraith with the dragon speaking?
Why?
please help...
oiy better remove the black hold on a sec
In response to Vermolius
its not white in the game I had to change it so you could see it