ID:163730
 
hi im trying to mke a login screen and make pop ups come up makin ur char and i got this error whn trying






Login()
switch(input("Welcome to [world.name] what would you like to do today?","[world.name]")in list("Create Character","Load Character","Quit"))
if("Create Character")
switch(input("What colour hair u want?","[world.name]")in list("Ichigos"))
if("Ichigos")
src.overlays+='ichigo.dmi'

switch(input("What base would u like foo?","[world.name]")in list("white"))
if("white")
src.overlays+='Guy with sword.dmi'



















the error i get is


SlotSave.dm:24:error::invalid expression



i get that error on the line that says
switch(input("What base would u like foo?","[world.name]")in list("white"))



plz try to help me