You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nero Dynamo edited this page Nov 24, 2025
·
4 revisions
When the player starts a new adventure, the game gives the player one potion in their PC to start with. In this tutorial, we'll learn where and how to edit the PC items.
Edit the PC items
Open src/player_pc.c. You will find the following lines:
In here you can add all items you want the player to have when they start a new game. You can also modify how many of those items you want. For example, if we would want to start with five Potions and six Lucky Eggs, the code would be: