9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetExitingObject();
|
||
|
|
||
|
SetLocalInt(oPC,"BypassLocation",1);
|
||
|
|
||
|
ExportAllCharacters();
|
||
|
}
|