
Source: npc/jobs/2-2/rogue.txt
1. Start at NPC Thug#rg at morocc,100,104,1.
2. In the first dialogue, use this script line as anchor: if (select("Me? N-nothing!':........") == 1) {.
3. The next decision point in the same flow is usually: if (select("I'm ready.:Hold on, I need to get ready!") == 2) {.
4. Continue the chain and complete its requirements (items/dialog/test).
5. File-level completion checkpoint: callfunc "Job_Change",Job_Rogue;.