mob/verb/Select_Cursor()
set category="Misc."
switch(input("Select a cursor.", "Selecting:") in list ("Cursor (Defualt)","Cancel"))
if("Cursor (Defualt)")
client/mouse_pointer_icon = 'Cursor.dmi'
if("Cancel")
return
The problem is when I try to compile it, it says that it is an undefined var. Is there any way at all to have it so you can select them or not?
or the fixed up version of your own: