
Source: npc/quests/quests_prontera.txt
1. Start at NPC Recruiter at prt_in,88,105,2.
2. In the first dialogue, use this script line as anchor: if (select("Warp to Culvert Entrance.:Quit.") == 1) {.
3. The next decision point in the same flow is usually: switch(select("Volunteer.:Situation...?:Quit.")) {.
4. Continue the chain and complete its requirements (items/dialog/test).
5. File-level completion checkpoint: getitem 501,3; //Red_Potion.