verb
Talk()
set src in oview(2)
set category ="Mom"
switch(input("Ready for school?", text) in list ("Yes","No"))
if("No")
world << "[usr] doesnt wanna do school!!"
if("Yes")
switch(input("What is two plus two?", text) in list ("2,4,5,123"))
if("2")
world << "[usr] is a complete idiot!"
if("4")
world << "[usr] is a genius! He gets a point!"
if("5")
world << "[usr] got close! He is still stupid!"
if("123")
world << "Everyone please make fun of [usr] until he leaves. He is a retard."
Problem description:
No error comes up, but when they select yes, the next pop-up box containing the question doesnt come up, whats the problem? I've referenced the DM Guide, but I just cant seem to fix it.
Should be