0 0 onActivate Client centerPrint "If you want to buys something, chat it in the next 30 seconds."
1 30000 onActivate Self VCE_ifValue <var:cl:lastmsg> == [Bow] [2 3]
2 0 onVariableTrue Player addItem Bow
3 0 onVariableTrue Client centerPrint "You purchased a Bow"
4 30000 onActivate Self VCE_ifValue <var:cl:lastmsg> == [Gun] [5 6]
5 0 onVariableTrue Player addItem Gun
6 0 onVariableTrue Client centerPrint "You purchased a Gun"