Reply to Re: Dink Won't Freeze During Intro
If you don't have an account, just leave the password field blank.
My editor found a few errors:
Line#1 - Error: Only "{" accepted after void declaration
Line#10 - Error: "(" required after a function
Line#11 - Error: ";" required at the end of the line
Line#12 - Error: Too few parameters for "say_stop" function
Line#16 - Error: "(" required after a function
Line#21 - Error: "(" not allowed before a function
Line#22 - Error: "(" required after a function
Line#23 - Error: "(" required after a function
Line#26 - Error: "(" required after a function
Line#36 - Error: "(" not allowed before a function
Line#37 - Error: Unknow DinkC command : "sp_sequence"
Line#38 - Error: "(" not allowed before a function
Line#39 - Error: Unknow DinkC command : "sp_sequence"
The "(" required after a function -error, you may ignore it, because I think that my editor expects to find "(" just after the function call. Replace sp_sequence with sp_seq.
Line#1 - Error: Only "{" accepted after void declaration
Line#10 - Error: "(" required after a function
Line#11 - Error: ";" required at the end of the line
Line#12 - Error: Too few parameters for "say_stop" function
Line#16 - Error: "(" required after a function
Line#21 - Error: "(" not allowed before a function
Line#22 - Error: "(" required after a function
Line#23 - Error: "(" required after a function
Line#26 - Error: "(" required after a function
Line#36 - Error: "(" not allowed before a function
Line#37 - Error: Unknow DinkC command : "sp_sequence"
Line#38 - Error: "(" not allowed before a function
Line#39 - Error: Unknow DinkC command : "sp_sequence"
The "(" required after a function -error, you may ignore it, because I think that my editor expects to find "(" just after the function call. Replace sp_sequence with sp_seq.