Advertisement
Guest User

andrerescuetest.mmission

a guest
Mar 31st, 2020
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. include "rogue/game system data/fruit/mission/mission.fruit"
  2.  
  3. Mission AndreRescueTest < uid=FDED44DD553DE26200004A2D842FFD88 >
  4. {
  5. myDiscoverText "contextComment = \"\", description = \"\", enabled = true, guid = #FDED44DD553DE26200004A2309FA6CFE, lineVersion = 1, maxLength = 1, text = \"Where's Waldo?\"}"
  6. myCompleteText "contextComment = \"\", description = \"\", enabled = true, guid = #FDED44DD553DE26200004A24CAD871A6, lineVersion = 1, maxLength = 1, text = \"Where's Waldo completed\"}"
  7. myHeadingText "contextComment = \"\", description = \"\", enabled = true, guid = #FDED44DD553DE26200004A25B1490C75, lineVersion = 1, maxLength = 1, text = \"Where's Waldo?\"}"
  8. myBriefText "contextComment = \"\", description = \"\", enabled = true, guid = #FDED44DD553DE26200004A26295A4C75, lineVersion = 1, maxLength = 1, text = \"Where's Waldo? -Brief\"}"
  9. myDebriefText "contextComment = \"\", description = \"\", enabled = true, guid = #FDED44DD553DE26200004A27F31D483C, lineVersion = 1, maxLength = 1, text = \"Where's Waldo?-Debrief\"}"
  10. myUIForceSelect TRUE
  11. myObjectives
  12. {
  13. QuestObjective FindWaldo
  14. {
  15. myHeadingText "contextComment = \"\", description = \"\", enabled = true, guid = #FDED44DD553DE26200004A28FA4142B8, lineVersion = 1, maxLength = 1, text = \"Find Lt. Waldo\""
  16. }
  17. QuestObjective "Escort Waldo out"
  18. {
  19. myHeadingText "contextComment = \"Get Lt. Waldo outof the thugs area.\", description = \"\", enabled = true, guid = #FDED44DD553DE35700004A31D16B5972, lineVersion = 0, maxLength = 1, text = \"Get Lt. Waldo outof the thugs area.\""
  20. }
  21. QuestObjective "Open the Door"
  22. {
  23. myHeadingText "contextComment = \"Find a way to open the door\", description = \"\", enabled = true, guid = #FDED44DD553DE37C00004A36BB7577A0, lineVersion = 0, maxLength = 1, text = \"Find a way to open the door\""
  24. }
  25. QuestObjective "Escort Waldo out 2"
  26. {
  27. myHeadingText "contextComment = \"Get Lt. Waldo outof the thugs area.\", description = \"\", enabled = true, guid = #FDED44DD553DE39600004A3BFEEEB16E, lineVersion = 0, maxLength = 1, text = \"Get Lt. Waldo outof the thugs area.\""
  28. }
  29. QuestObjective "Defend Waldo"
  30. {
  31. myHeadingText "contextComment = \"Defend Lt.Waldo while he open the Shutters\", description = \"\", enabled = true, guid = #FDED44DD553DE3BA00004A4437CF258A, lineVersion = 0, maxLength = 1, text = \"Defend Lt.Waldo while he open the Shutters\""
  32. }
  33. QuestObjective "Get to the choppa!"
  34. {
  35. myHeadingText "contextComment = \"Get to the choppa!\", description = \"\", enabled = true, guid = #FDED44DD553DE3D500004A4925EC040B, lineVersion = 0, maxLength = 1, text = \"Get to the choppa!\""
  36. }
  37. QuestObjective Lt.Waldo
  38. {
  39. myHeadingText "contextComment = \"\", description = \"\", enabled = true, guid = #FDED44DD553E05240000A2925F8F56A6, lineVersion = 0, maxLength = 1, text = \"Lt. Waldo\""
  40. }
  41. }
  42. myPersistenceType Persistent
  43. myType SideMission
  44. myCooperationType Group
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement