
Source: npc/jobs/1-1e/ninja.txt
1. Start at NPC Akagi#nq at alberta,30,65,3.
2. In the first dialogue, use this script line as anchor: if(select("No, I don't want to go.:Yep, I'll walk the path.") == 1).
3. The next decision point in the same flow is usually: switch( select( "Accept to do the favor","Refuse to do the favor" ) ).
4. Continue the chain and complete its requirements (items/dialog/test).
5. File-level completion checkpoint: callfunc "Job_Change",Job_Ninja;.