Quickstart
Welcome to my Quickstart Manual on how to create a mod for Mind the School.c!bp The purpose of this guide is to show you how to quickly set up a mod.
Create your Mod
Here I show you how to create a Mod for Mind the School. c!pp The creation of mods is rather sim...
Creating an Event
Here I show you how to create an Event and register it for the game to use.
1. Writing the Event
Here I explain, how you write the body of an event. c!pp Creating an Event follows multiple Step...
2. Registering the Event
Here I show you how to register your eventh{pt .}c!pp, so the game is able to call the event and ...
3. Conditions for Events
Here we talk about Conditions.c!ppĀ In this game, Conditions are implemented in a special way. H...
4. Data for Events
On this page we talk about how we can generate varying datah{pt .}c!pp to the event so it can the...
5. Images for Events
Let's add some images to the event! c!pp Adding images is very similar to adding values. First w...
6. Changing Stats in Events
Let's change some Stats! c!pp To change stats in the Event there are two methods. one to change ...
Example
Here is an example on how a full file with the event and its definition could look like.c!pp ini...