Homicidal Posted April 21, 2007 Posted April 21, 2007 How do I make it where they don't lose so much will when they are training in the gym ? and How do I make it where they lose all there exp when the fail a crime? I know I am new to this all and I prolly am asking to many questions Quote
hamster01 Posted April 21, 2007 Posted April 21, 2007 Re: Prolly another dumb question Find line: mysql_query("UPDATE users SETwill=0 WHERE will >0"); and just add exp=0 Quote
vinyl Posted April 21, 2007 Posted April 21, 2007 Re: Prolly another dumb question $wu=(int) (rand(1,3)); if ($ir['will'] >= $wu) { $ir['will']-=$wu; to answer the first part of your first question. $wu, will used. change the random used value, or divide $wu/2 or whatever...in gym.php Quote
mdshare Posted April 21, 2007 Posted April 21, 2007 Re: Prolly another dumb question and dumb questions don't exist, dumb answers do exist Quote
Homicidal Posted April 21, 2007 Author Posted April 21, 2007 Re: Prolly another dumb question Thanks I got it wokring right, Thanks for all you vauable input Quote
CraigF Posted April 22, 2007 Posted April 22, 2007 Re: Prolly another dumb question aw, you got here before me Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.