RoT2_PRC8/_module/nss/xx_cb_exit.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

9 lines
123 B
Plaintext

void main()
{
object oPC = GetExitingObject();
SetLocalInt(oPC,"BypassLocation",1);
ExportAllCharacters();
}