Dice Minigame

by SpikeNeedle
A short script that includes a minigame of dice!
Version 1 · Date Added: 7/29/06

If you wish to download this demo for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://SpikeNeedle.DiceMinigame##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://SpikeNeedle.DiceMinigame##version=1

Difficulty - Easy
Learning Curve - 3 Minutes

An easy to learn minigame snippet that shows people the use of a switch(), how to randomly choose numbers, make a statpanel, call the login, and check values! It will also help you learn how to use the #define directive and the semicolon.