Rpgfreaks hungry people totorial please pay a visit to my site too http://rpgfreak0.tripod.com This is a toturial about hungry people this means that you're party needs to eat every morning and evening or the will be weekened and eventually even die from hunger the totorial consists of 3 things: a item a condition and a common event First the item: to be shure you're character won't die from hunger you need an item named bread (you can change this if you want) make it a Medicine and make the price whatever you want threatment for condition hungryput a discription by explanation and that part is finished The condition: make a new condition named hungry make it a move affect put a line after ally state message and recovery state message. decrease hp by 1 and mp by 1 end of the condition common event: if you already have a time system it is neccasery to put a switch on the two times you want you're character getting hungry for example between day/evening and morning/day call the switch hunger. if you dont have a time system use this one it is a common event name: dinner time event start: parallel procces <>wait: 1.0s. <>Variable Op:[????:time] + ,1 (note: ???? must be you're variable number) <>Fork Optn:Varb[????:time]-1200 (note: ???? must be you're variable number) <>Change Switch [????:hunger]-ON Set (note: ???? must be you're switch number) <>Variable Op:[????:time] Set, 0 (note: ???? must be you're variable number) <> :End Case <> and now the real common event for getting hungry name: hungry event start: parallel procces appearance condition: switch ????:hunger (note: ???? must be you're switch number) <> Fork Optn:bread Have (hold) <>Messg:it's time to eat, you have some bread : :would you like to eat it? <>Show Choices: Yes/No :[Yes] Case <>Add/Remove Item:bread->1Decrem <>Condition: All Members ->NormalCondition :[No] Case <>Condition: All Members ->hungryCondition <> :End Case <> :Exepting Case <>Messg:it's time to eat, but you have no bread : :you should buy some before you're character : :dies from hunger <>Condition: All Members ->hungryCondition <> :End case <> that's it its easy if you are using this in you're game please put me in the credits list and place the url of my website http://rpgfreak0.tripod.com If you have any questions please mail me at benise_vogel@hotmail.com also say wich totorial you are doing cause i have made more than one