im looking into using it in my scripts, other than making my own forms, and i get
SCAR Code:Line 6: [Error] (19803:1): Unknown identifier 'SRLPlayerForm' in script
using this test script:
SCAR Code:program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
SRLPlayerForm(True, ['test'], ['wat'], ['lol'], ['yay']);
end.
do i need to include users.scar? or is it an internal error?
i are teh nub
thanks! haha






Reply With Quote




i was just making sure