ID:173675
 
how do I make a verb for



1.) Flick Icon State

thats all thanks
please tell me how I fix this error




Login.dm:21:error::invalid expression


the line it takes me too...


switch(input("Choose Which Saiyan you want to be.","Which Saiyan?") in list("Goku","Vegeta"))
In response to Majinveku
well still waiting for a reply. Anyways thats not the prob, now it is..



Character_Handling.dm:20::warning: empty switch statement



and heres the line it highlights....


switch(input("Choose Which Saiyan you want to be?","Choose Saiyan") in list ("Goku", "Vegeta"))



Now here is the lines around it above and below, (a small piece of the coding.)



switch(input("Choose Which Saiyan you want to be?","Choose Saiyan") in list ("Goku", "Vegeta"))
if ("Goku")
character = new /mob/characters/Saiyan/Goku()
if ("Vegeta")
character = new /mob/characters/Saiyan/Vegeta()

now I just need to know how to fix it please (thanks for any replies.