View Single Post
  #3  
Old 10-07-2001, 09:34 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
if(playerchats&&strequals(#c,sell bugs)){
playerrupees+= bugcount / 15; setstring bugcount,0;
}
that's what I have so far
It sets the bugcount to 0 but it wont give me 1 gralet for every 15, did I do something wrong?
Reply With Quote