Page 1 of 1

error?wait (1000);

Posted: 23.02.2014 16:51
by longtianchi
I am using wait (1000); This command error, Compiler: [Error] (E: \ UO \ Stealth_v6.2.1 \ script \ 123.sc at 38:14): Invalid number of parameters
Why is this?

Re: error?wait (1000);

Posted: 23.02.2014 19:50
by drabadan
longtianchi wrote:I am using wait (1000); This command error, Compiler: [Error] (E: \ UO \ Stealth_v6.2.1 \ script \ 123.sc at 38:14): Invalid number of parameters
Why is this?
becouse of space between wait and (1000), you should write it like:

Code: Select all

wait(1000);