View difference between Paste ID: 9wrVTgnZ and FUMfDv9D
SHOW: | | - or go back to the newest paste.
1-
            if (Request.IsOpen)
1+
        <CodeChunk Name="Test">
2-
            {
2+
            <![CDATA[ 
3-
                Request.HandOver();
3+
                ff14bot.Managers.GameObjectManager.GetObjectByNPCId(X).Interact();
4-
            }
4+
                await Buddy.Coroutines.Coroutine.Sleep(1000);
5
                ff14bot.RemoteWindows.Talk.Next();
6
                await Buddy.Coroutines.Coroutine.Sleep(200);
7
                if (ff14bot.RemoteWindows.Request.IsOpen)
8
                    ff14bot.RemoteWindows.Request.HandOver();
9
                await Buddy.Coroutines.Coroutine.Sleep(2000);
10
                ff14bot.RemoteWindows.Talk.Next();
11
                await Buddy.Coroutines.Coroutine.Sleep(200);
12
                -----[TurnIn quest X]----- (click "Continue")
13
        ]]>
14
        </CodeChunk>