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?
Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
error?wait (1000);
-
- Posts: 3
- Joined: 12.02.2014 22:52
Re: error?wait (1000);
becouse of space between wait and (1000), you should write it like: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?
Code: Select all
wait(1000);