Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. <Quest Name="EclipseModeTutorialPart2" Unresumable="1">
  2. <Events>
  3. <FightEnd />
  4. </Events>
  5. <Conditions>
  6. <Equal Value1="_InEclipseMode" Value2="1" />
  7. <Less Value1="_EclipseModeTutorialPart2" Value2="1" />
  8. <Equal Value1="_$SceneTo" Value2="Map" />
  9. <Equal Not="1" Value1="?Fight[_$Fight].Type" Value2="BOSSES" />
  10. <Equal Not="1" Value1="?Fight[_$Fight].Type" Value2="BOSSES_INTERMISSION" />
  11. <Equal Not="1" Value1="?Fight[_$Fight].Type" Value2="ASCENSION" />
  12. <Equal Not="1" Value1="?Fight[_$Fight].Type" Value2="DUMMY" />
  13. </Conditions>
  14. <Actions>
  15. <Dialog Type="Regular" Title="characterSensei" Image="character_sensei">
  16. <Line Text="tutorial_eclipsemode_switch_back_2" />
  17. <Button Type="Right" Color="Beige" Text="OK" />
  18. </Dialog>
  19. <If>
  20. <Conditions>
  21. <Equal Value1="?SysInfo[].Steam Or ?SysInfo[].Switch" Value2="1" />
  22. </Conditions>
  23. <Then>
  24. <ShowArrow Target="HintList.Map_Eclipse" OffsetX="0" OffsetY="60" Rotation="180" />
  25. <ActivateControl Target="HintList.Map_Eclipse" />
  26. </Then>
  27. </If>
  28. <ClickButton Target="MapButtons.EclipseModeOff" UseArrow="?SysInfo[].Steam != 1 And ?SysInfo[].Switch != 1" ArrowOffsetX="-100" ArrowOffsetY="0" ArrowRotation="270" />
  29. <If>
  30. <Conditions>
  31. <Equal Value1="?SysInfo[].Steam Or ?SysInfo[].Switch" Value2="1" />
  32. </Conditions>
  33. <Then>
  34. <DeactivateControl Target="HintList.Map_Eclipse" />
  35. <HideArrow />
  36. </Then>
  37. </If>
  38. <SetVariable Scope="Users" Name="EclipseModeTutorialPart2" Value="1" />
  39. <If>
  40. <Conditions>
  41. <GreaterEqual Value1="?Fight[ZONE_6|FINAL_BATTLE|1].WinCount" Value2="1" />
  42. </Conditions>
  43. <Then>
  44. <Activate ActionID="EclipseModeReplayTutorial" />
  45. </Then>
  46. </If>
  47. </Actions>
  48. </Quest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement