Alangara_PRC8/_module/nss/ipi_defaults.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

10 lines
293 B
Plaintext

// This include file is used to define certain defaults
// This is used as the Campaign name for Bioware persistence,
// and for the table name if you use APS persistence
string sCampaignName = "pwdata";
// This is the time, in seconds, before inn doors auto-close
float DOOR_DELAY = 10.0;