Im trying to set user settings at the top of my script, my true and false settings dont work when I use them in cases,
Such as:
Simba Code:const
Prayer := true;
If prayer then
begin
WithdrawPots;
end;
The above does not do anything, how should I declare and use my settings? Never had issues before this.



Reply With Quote







Why post that when The Mayor already said the exactly same thing couple of posts up?


