ID:919785
 
(See the best response by Albro1.)
Code:
mob
players
Base
icon='Base1.dmi'
icon_state="walk2"
layer=778
DblClick()
switch(input(src,"What Anima+ would you like to play as (Note cannot be changed")in list("Yes","Info","No"))
if("Yes")
usr.icon='Base1.dmi'
usr.icon_state="walk2"
usr.density=1
usr.loc=locate(29,14,1)
if("Info")
usr<<"The Bear+ Animas are the original +Animas They are the strongest yet most wanted +Animas. They are born in the mountains with the other Kim-Un-Kur mountain people"
return
if("No")
usr<<"Very well"
return


Problem description:
runtime error: bad client
proc name: DblClick (/mob/players/Base/DblClick)
usr: The Evil Marik (/mob/Base)
src: Base (/mob/players/Base)
call stack:
Base (/mob/players/Base): DblClick(the turf (6,10,2) (/turf), "default.MainMap", "icon-x=21;icon-y=8;left=1;scre...")

Best response
You're calling input() with src as the target.
fail
Please recheck things before you put it for help -_-