Need a way to count the number of Kebabs my script buys. When you buy a Kebab it says in the chat box "You buy a kebab." and this is what im currently using to count the kebabs after its bought them:
SCAR Code:if(InChat('ebab')) then
begin
KebabCount:=KebabCount+1;
Writeln('Bought a kebab!');
end;
The counter works fine, its just detecting when a kebab has been bought thats messing up, it rarely registers that it has bought one.
Help appreciated on fixing this








Reply With Quote


