Blockland Forums > Help
Chat Shop
Transformer:
--- Quote from: Blocki on April 28, 2012, 04:16:36 AM ---Do not use retrochecks and instead use <var:cl:lastmsg>.
--- End quote ---
Can you post a basic guide to how the event would look?
Example:
1. OnActivate...
2. OnVariableTrue...
etc
Blocki:
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"
Transformer:
--- Quote from: Blocki on April 28, 2012, 06:47:53 PM ----snip-
--- End quote ---
Thank You