View Single Post
  #2  
Old 04-08-2001, 05:27 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by Lion'el-Jonson
if (playerchats&&strcontains(#c,root beer)&&playerruppees>=1)
{set gbbr;playerrupees-=1}

if (playerchats&&strcontains(#c,root beer)&&playerruppees>=0)
{say2 You don't have enough gralats#.}

WTF IS WRONG WITH IT? When I say root beer it says You don't have enough gralats even when I have money! help help help!
With the "if (playerchats&&strcontains(#c,root beer)&&playerruppees>=0)"

it shouldn't be playerrupees>= but playerrupees <=
__________________

Reply With Quote