GameCore Scripting Introduction

GameCore is a script and data-driven engine.  This means that everything that happens in your game is entirely dependent on what content (data) and scripts that you use for your project.

GameCore makes no assumptions about gameplay type, gameplay style or any other decisions that impact your game, and is effectively a 'clean slate' when you first start your project.

With this said, getting started with GameCore's Scripting system seems to be the biggest hurdle that most users have issues getting a handle on.  This section of the User Guide is designed to (hopefully) help you get up to speed on GameCore scripting and enable you to begin creating the game that YOU want to make.