Reply to Juggling variables makes strange noises (solved somehow)
If you don't have an account, just leave the password field blank.
Amongst all joys and new DMODs, a wild problem appears!
In FreeDink debug:
I have rewritten all my code to juggle variables instead of int:ing new ones. But I really need a wait here and all the juggling is already complete at this point. This skips the wait! Even if I type:
It still skips it. I need a small wait of 10 to not damage Dink too early. I may post more code later but I need to go, see ya.
In FreeDink debug:
[debug] Script sq22 is entered at 112:17 (offset 2357). [ERROR] [DinkC] sq22:115: procedure 'wait' takes 1 parameters
I have rewritten all my code to juggle variables instead of int:ing new ones. But I really need a wait here and all the juggling is already complete at this point. This skips the wait! Even if I type:
wait(1); wait(10);
It still skips it. I need a small wait of 10 to not damage Dink too early. I may post more code later but I need to go, see ya.