LoT_PRC8/_module/nss/gm_on_mod_load.nss

11 lines
160 B
Plaintext
Raw Normal View History

2023-09-25 21:32:17 -04:00
// Gambling setup on module load
// Part of the Gambling system by:
// Archaegeo 2002 July 26
#include "gm_include"
void main()
{
SetHouse(HOUSESTART);
}