choice "No I don’t " {
}GEMS:5 "Yes I have somewhere to stay " {
}
I think you have to add the choice name after the choice command:
E.g.
choice (place_to_stay)
GEM:5 “Yes, I have somewhere to stay.” {
script here
} “No, I don’t.” {
script here
}
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.