11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
// Gambling setup on module load
|
|
// Part of the Gambling system by:
|
|
// Archaegeo 2002 July 26
|
|
|
|
#include "gm_include"
|
|
|
|
void main()
|
|
{
|
|
SetHouse(HOUSESTART);
|
|
}
|