wingdnosring
New Member
- Reaction score
- 16
So I was mucking about with a bunch of my custom functions and decided to save (I've done WAAAY too much work to simply revert). Unfortunately, I keep getting syntax errors. If I simply remove the offending segment, it just finds another.
Here's the error code:
That's what it says is causing the current error, but I don't see anything wrong with it (I'm strictly a GUI coder, so I can't read the raw code too well).
I don't know if its somehow related but for the firs ttime ever, I got these messages:
Warning: Battle.net connection was interrupted
Warning: No matching parameter found for 'Squad Member Number' within Function 'Controlled Unit'
Warning: Battle.net connection is closing: SHUTTING_DOWN
Warning: Battle.net connection was lost
Help?
Here's the error code:
Code:
unit libwtps_gf_SquadMember (int lp_playerNumber, int lp_squadMemberNumber) {
// Implementation
return libwtps_gv_squadUnits[lp_playerNumber][lp_squadMemberNumber];
}
I don't know if its somehow related but for the firs ttime ever, I got these messages:
Warning: Battle.net connection was interrupted
Warning: No matching parameter found for 'Squad Member Number' within Function 'Controlled Unit'
Warning: Battle.net connection is closing: SHUTTING_DOWN
Warning: Battle.net connection was lost
Help?