11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
#include "mn_h_constants"
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
int type = GetLocalInt( oPC, "mn_tempteleport" );
|
|
|
|
return ( type == 0 );
|
|
}
|