In this tutorial we will create a in game shop where players can spend “gold” to buy ammo.
<aside>
⚠️
Required Knowledge: Tutorial 2: Deathmatch
</aside>
What you will learn
- Game script composition
- Player variables
- Defining Custom Interactions
- Playing Audio
- Displaying Messages to players
MarketTutorial.webm
1) Create a Custom Game
- Open the game library with
G and select New Game
- Choose the Custom game type

2) Place a Spawn Point
- every game needs spawn points placed, just click and place some around

3) Make the Market Logic
- Click the computer chip icon to open the scripting view
- Make some variables for a
Trigger Tool and CustomInteraction and make them both Exposed