The simple test :
SCAR Code:
program Tester;
{.Include SRL\SRL\Misc\SMART.SCAR}
{.include SRL/SRL.Scar}
{.includes srl/srl/reflection/reflection.scar}
Begin
SmartSetup('157', True, True, False); {World prefix. Use low detail. Use unsigned Java.}
SetTargetDC(SmartGetDC);
SetupSRL;
SetupReflection;
End.
Gives the error :
Line 10: [Error] (15587:1): Unknown identifier 'SetupReflection' in script C:\Program\SCAR 3.15\Scripts\Tester.scar
Failed when compiling
I know what this means, But i got all the files right so i cant really see where it breaks :/.
My Reflection.scar
SCAR Code:
{.Include SRL\SRL\Reflection\Hooks.Scar}
{.Include SRL\SRL\Reflection\Core.Scar}
{.Include SRL\SRL\Reflection\Walking.Scar}
{.Include SRL\SRL\Reflection\Characters.Scar}
{.Include SRL\SRL\Reflection\Objects.Scar}
In Hooks.scar ive got SetupReflection, i post Hooks.scar on request.
Thanks, N1ke!