hi , this is a shotcut cmd mod , but i have a little problem on this
For example, when I use this keybind cod , giving waiting (wait 2000) time will work correctly , and mod will wait for 2 sec and after that it will continue and send other commands
if
0AB0: key_pressed 102 // (numpad 6)
then
Say "/drink soda"
Say "/drink soda"
Say "/drink soda"
wait 2000
Say "/drink soda"
Say "/drink soda"
wait 500
end
but when i am useing shortcut command , the wait between them will not work like this and it will send commands without wait time
0B34: "so" to_label @Hotdog
:soda
Say "/drink soda"
Say "/drink soda"
Say "/drink soda"
wait 2000
Say "/drink soda"
Say "/drink soda"
Say "/drink soda"
cmdret
i khow this is a very simple cleo but i am not good at this
can you help me how can i fix this?
For example, when I use this keybind cod , giving waiting (wait 2000) time will work correctly , and mod will wait for 2 sec and after that it will continue and send other commands
if
0AB0: key_pressed 102 // (numpad 6)
then
Say "/drink soda"
Say "/drink soda"
Say "/drink soda"
wait 2000
Say "/drink soda"
Say "/drink soda"
wait 500
end
but when i am useing shortcut command , the wait between them will not work like this and it will send commands without wait time
0B34: "so" to_label @Hotdog
:soda
Say "/drink soda"
Say "/drink soda"
Say "/drink soda"
wait 2000
Say "/drink soda"
Say "/drink soda"
Say "/drink soda"
cmdret
i khow this is a very simple cleo but i am not good at this
can you help me how can i fix this?