im just curious to know how to use wildcards in text, eg i want something that will bring up a message to use a command when someone says anything starting with a '/' when they speak rather than use an actual command. ive tried things like
if Text = '/' + * then begin
but i have no idea what else to try after that, so thats about all im asking.