Script: q_mnk_c_s2w
// The Empty Hand -- Monk line I (roadmap: monk-line-early)
// StartingConditional: carrying the stone but not yet Monk 15 -- "you are still
// noticing it".
#include "q_mnk_inc"
int StartingConditional()
{
object oPC = GetPCSpeaker();
return MNK_GetStage(oPC) == 2 && MNK_MonkLevel(oPC) < MNK_LVL_NODE3;
}