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