09-04-2014, 08:38 AM
replace
wait RandomInt (5 10)
to
wait RandomInt(5 10)
Because in QM ( must be immediately after function name, spaces are not allowed.
wait RandomInt (5 10)
to
wait RandomInt(5 10)
Because in QM ( must be immediately after function name, spaces are not allowed.