Admin_Fix_Invisible(mob/M in world)
switch(alert("Pick an icon.","Male","Female"))
if("Male")
icon='Goodwitchs.dmi'
icon_state="NeonBlue"
if("Female")
icon='Goodwitchs.dmi'
icon_state="godwitch"
Problem description:
It only lets us choose female, not male. Idk if its something to do with the order its in or not