<config>
/// This is the main comand trigger
<command type="script">
<in>mine's a %PARAMETER%</in>
<in>mine's an %PARAMETER%</in>
<in>make mine %PARAMETER%</in>
<in>give me %PARAMETER%</in>
<in>i want %PARAMETER%</in>
<in>ill have %PARAMETER%</in>
<in>i'll have %PARAMETER%</in>
<out delay="1000" type="normal" extdata="0">one %PARAMETER% coming up</out>
<out delay="1000" type="normal" extdata="0">here is your %PARAMETER%</out>
<out delay="0" type="push" extdata="10">%PARAMETER%</out>
<out delay="1000" type="normal" extdata="0">normally that would be £ %RANDOMNUM[5]%, but because it's you, this one's on the house.</out>
<out delay="0" type="push" extdata="11">%RAWNAME%</out>
</command>
/// This is the menu trigger... i have multi line support on FXS room that can use \n for WCS room replace \n with #NEWLINE# for RCMS rooms replace \n with #\r\n# or alternative option is <out></out> on every line
<command type="script">
<in>drink*</in>
<out>hey %NAME% here's the menu just for you </out>
<out>===> Tea's and Coffee's\n Cappuccino\n Espresso\n Hot Chocolate\n PG Tips\n Tetley</out>
<out>===> Beer's and Larger's etc\n Best Bitter\n Guinness\n Premium Lager\n Real Ale\n Scrumpy Cider</out>
<out>===> Liqueurs, Wines and Spirit's etc\n Bailey's\n Brandy\n Gin\n Martini\n Pernod\n Red and White Wine\n Rum\n Smurnoff Ice\n Southern Comfort\n Tia Maria\n Vodka\n Whiskey\n Wkd</out>
<out>===> Soft Drink's If You're Driving\n 7up\n Coke/Diet Coke\n Fanta\n Lilt\n Pepsi/Pepsi Max\n Tango</out>
<out>to order your drink, just say "i want" or "give me" or "i'll have" or "make mine" and the name of your drink then i will serve you</out>
</command>
</config>