
Originally Posted by
CephaXz
I made one so someone can use it temporarily. And I don't have a members account to test all those now. Does yours stopped doing firemaking after sometime? If it does, its because fire burns out and you need to find a way to detect that.
Yeah I look for chat message which is only good in a more populated world cause people are taking and stuff.
@Kyle how would you do XP check something like:
Simba Code:
Procedure XPCheck;
Var
X: Integer;
Begin
If Start + X Then
Result := True;
Else. Result:= False
End;