Problem description:
there is a problem with my code but i will have to send the whole thing to you the problem is my interface ( i believe) when i click compile run it runs but my player wont move the output is a piece of crap it wont output anything i say here
mob
verb
OOC(t as text)
world << "[usr] says: [t]"
say(t as text)
view() << "[usr] says: [t]"
ssay(t as text,mob/M in world)
view(M) << "[usr] used [M] to say: [t]"
Osay(mob/M in world,t as text)
set name = "Say to certain view"
switch(input("How far away are the people you would like to talk to?", text) in list("5","6","7","8","Cancel"))
if("5")
oview(5)<<"[usr] says: [t]"
return
if("6")
oview(6)<<"[usr] says: [t]"
return
if("7")
oview(7)<<"[usr] says: [t]"
return
if("8")
oview(8)<<"[usr] says: [t]"
return
if("Cancel")
return
it wont output that all it outputs is problems its soo confusing someone please help
please leave a message or something so i can send you my whole file
And for the Osay, since only the # changes, you can do this for the switch() part: