**SKILL STATS**: In Highschool RPG, skill stats will dictate how well you do in the game and how well the characters perceive you. These stats are rewarded or penalized for your achievements and mistakes, respectively. Basically, your actions in the game, or how you interact with other characters, will determine whether your skill stats go up or down. This RPG rewards and penalizes the skill stats using random number generation (`rand()`). Every time a skill stat changes, the game checks if the change should be positive or negative. If the change is positive, it adds the skill stat with the amount (`+[rand(1,10)] #{rand[skill stat]}`). Whereas in case if the change is negative, it decreases the skill stat with the amount (`-[rand(1,10)] #{rand[skill stat]}`). In Highschool RPG, certain actions or events may require or cost a specific amount of a skill stat for you to perform or initiate. So when an action says `COST: ……