View Single Post
  #4  
Old 09-22-2016, 07:53 PM
Dinocanid's Avatar
Dinocanid Dinocanid is offline
Member
 
Join Date: Aug 2016
Location: Maryland, USA
Posts: 516
Gender: Unknown/Other
Credits: 95,913
Dinocanid is on a distinguished road
Default

Sorry for replying so late! It's not a bother, it was just really late last night. I was able to get the game to end by changing this line (line 11):
PHP Code:
if($hasitem
to:

PHP Code:
if($hasitem 0
That way, the game only plays if the user has more than 0 of that specific item.
Reply With Quote