11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
|
#include "mn_i_pwfunctions"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int index = 7;
|
||
|
|
||
|
int iResult = ShowTeleportConversationOption(GetPCSpeaker(), OBJECT_SELF, index);
|
||
|
|
||
|
return iResult;
|
||
|
}
|