12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
|
#include "mn_h_constants"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
int type = GetLocalInt( oPC, "mn_tempteleport" );
|
||
|
|
||
|
return ( type == 3 || type == 1 );
|
||
|
}
|
||
|
|