Page 1 of 1

Help with Capper/Logon.src

Posted: Thu Aug 10, 2006 6:53 am
by Dev Impy
while doing compile of all srcs, came accross this error

Code: Select all

Token '(' cannot follow token 'CalculateEquipSlots'
Function CalculateEquipSlots() is not defined.
Error compiling statement at D:\zhapol\pkg\opt\capper\logon.src, Line 25
Error compiling statement at D:\zhapol\pkg\opt\capper\logon.src, Line 24
Error detected in program body.
Error occurred at D:\zhapol\pkg\opt\capper\logon.src, Line 25
Execution aborted due to: Error compiling file
this os the logon.src file

Code: Select all

Token '(' cannot follow token 'CalculateEquipSlots'
Function CalculateEquipSlots() is not defined.
Error compiling statement at D:\zhapol\pkg\opt\capper\logon.src, Line 25
Error compiling statement at D:\zhapol\pkg\opt\capper\logon.src, Line 24
Error detected in program body.
Error occurred at D:\zhapol\pkg\opt\capper\logon.src, Line 25
Execution aborted due to: Error compiling file
im bloody stumped. brains switched off can any 1 help not with my brain but fix this?

Posted: Thu Aug 10, 2006 7:19 am
by DeiviD
the function CalculateEquipSlots does not exist - you have to create it OR include an file thats got it

Posted: Thu Aug 10, 2006 7:45 am
by Dev Impy
ok, brains on again, and some help from mate giving me shit about it

/* */

Posted: Fri Aug 11, 2006 5:19 am
by Firedancer
Dev Impy wrote:ok, brains on again, and some help from mate giving me shit about it

/* */
does that mean you found it? Otherwise deivid sure is right.. maybe a typo? If you can't fix it, maybe post your code, then we can take a closer look.

Posted: Fri Aug 11, 2006 7:11 am
by DeiviD
youre prolly missing an include, look in your includes directory for an include that have that function and include it in both scripts that are not compiling

Posted: Fri Aug 11, 2006 8:17 am
by DevGIB
maybe youve always been a tool :P if you have probs man you can just ask me in future... cos most shit i should be able to help with

Posted: Sun Aug 13, 2006 7:32 pm
by Dev Impy
/* Commented the script out lol */