RoT2_PRC8/_module/nss/xx_cb_exit.nss

9 lines
123 B
Plaintext
Raw Normal View History

2023-09-25 18:13:22 -04:00
void main()
{
object oPC = GetExitingObject();
SetLocalInt(oPC,"BypassLocation",1);
ExportAllCharacters();
}