Hello i need some help with get exp.
I want it to get the exp then save it as Before (Before Exp, In Var) and then after a while i want it to get exp then save it as (Current Exp, In Var).
So would it be something like this?
SCAR Code:
Current: Integer;
Before: Integer;
Procedure LaterWcExp;
Begin
Before:=(GetExp = 'Woodcutting');
End;
Procedure RightNowWcExp;
Begin
Current:=(GetExp = 'Woodcutting');
End;
I tryed that but it didnt work, it said unknown identifier GetExp.
Can someone please help me with this? i really need it for my woodcutter.