Well, there’s no way to check for words in a string currently. This is the only workaround.
As for the randomized commentary from the other characters, that can be achieved using *rand
to set a number to a variable. You then use that variable with *if
, *elseif
, and *else
commands to write out their replies.