Fixed
Fixed
Last edited by Emu; 10-07-2011 at 07:17 AM.
I just noticed something
You dont need a begin and end after a If if its only one statement
Simba Code:If(R_Getanimation = 867) then
Begin
R_FindRandoms;
End;
Can be
Simba Code:If(R_Getanimation = 867) then
R_FindRandoms;
Thanks for the tip, anyway I found a fix.
There are currently 1 users browsing this thread. (0 members and 1 guests)