Guest User

Untitled

a guest
Nov 17th, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. ref refRobotToRepair
  2. let refRobotToRepair := GetActionRef
  3. int iButton
  4.  
  5. if refRobotToRepair.IsinList AAAFyTyRoboticianProtectronToFindList == 1
  6.  
  7. ShowMessage AAAFyTyRoboticianMessageRepairProtectron
  8. let iButton := getbuttonpressed
  9.  
  10. Player.RemoveItem FissionBattery 1
  11. Player.RemoveItem ScrapElectronics 2
  12. Player.RemoveItem SpareParts 3
  13. refRobotToRepair.Disable
  14. refRobotToRepair.MarkForDelete
  15.  
  16. if iButton == 0
  17. Player.PlaceAtMe AAAFyTyFactoryProtectron 1
  18. elseif iButton == 1
  19. Player.PlaceAtMe AAAFyTyMetroProtectron 1
  20. elseif iButton == 2
  21. Player.PlaceAtMe AAAFyTyNukaColaProtectron 1
  22. elseif iButton == 3
  23. Player.PlaceAtMe AAAFyTyProtectronArmy 1
  24. elseif iButton == 4
  25. Player.PlaceAtMe AAAFyTyProtectronArmyDC 1
  26. elseif iButton == 5
  27. Player.PlaceAtMe AAAFyTyProtectronDC 1
  28. elseif iButton == 6
  29. Player.PlaceAtMe AAAFyTyProtectronNV 1
  30. elseif iButton == 7
  31. Player.PlaceAtMe AAAFyTyProtectronEnclaveDC
  32. elseif iButton == 8
  33. Player.PlaceAtMe AAAFyTyProtectronOutcast 1
  34. elseif iButton == 9
  35. Player.PlaceAtMe AAAFyTyVaultProtectron 1
  36. endif
  37.  
  38. elseif refRobotToRepair.IsInList AAAFyTyRoboticianMisterHandyToFindList == 1
  39.  
  40. ShowMessage AAAFyTyRoboticianMessageRepairMisterHandy
  41. let iButton := getbuttonpressed
  42.  
  43. Player.RemoveItem FissionBattery 1
  44. Player.RemoveItem ScrapElectronics 2
  45. Player.RemoveItem SpareParts 3
  46. refRobotToRepair.Disable
  47. refRobotToRepair.MarkForDelete
  48.  
  49. if iButton == 0
  50. Player.PlaceAtMe AAAFyTyMisterOrderly 1
  51. elseif iButton == 1
  52. Player.PlaceAtMe AAAFyTyMrHandy 1
  53. elseif iButton == 2
  54. Player.PlaceAtMe AAAFyTyMrHandyDC 1
  55. endif
  56.  
  57. elseif refRobotToRepair.IsInList AAAFyTyRoboticianMisterGutsyToFindList == 1
  58.  
  59. ShowMessage AAAFyTyRoboticianMessageRepairMisterGutsy
  60. let iButton := getbuttonpressed
  61.  
  62. Player.RemoveItem FissionBattery 1
  63. Player.RemoveItem ScrapElectronics 2
  64. Player.RemoveItem SpareParts 3
  65. refRobotToRepair.Disable
  66. refRobotToRepair.MarkForDelete
  67.  
  68. if iButton == 0
  69. Player.PlaceAtMe AAAFyTyMisterGutsy 1
  70. elseif iButton == 1
  71. Player.PlaceAtMe AAAFyTyMisterGutsyEnclaveDC 1
  72. elseif iButton == 2
  73. Player.PlaceAtMe AAAFyTyMisterGutsyOutcastDC 1
  74. endif
  75.  
  76. elseif refRobotToRepair.IsInList AAAFyTyRoboticianRoboScorpionToFindList == 1
  77.  
  78. ShowMessage AAAFyTyRoboticianMessageRepairScorpion
  79. let iButton := getbuttonpressed
  80.  
  81. Player.RemoveItem FissionBattery 1
  82. Player.RemoveItem ScrapElectronics 2
  83. Player.RemoveItem SpareParts 3
  84. refRobotToRepair.Disable
  85. refRobotToRepair.MarkForDelete
  86.  
  87. if iButton == 0
  88. Player.PlaceAtMe AAAFyTyRoboScorpion 1
  89. elseif iButton == 1
  90. Player.PlaceAtMe AAAFyTyRoboScorpionMelee 1
  91. elseif iButton == 2
  92. Player.PlaceAtMe AAAFyTyRoboScorpionRanged 1
  93. endif
  94.  
  95. elseif refRobotToRepair.IsInList AAAFyTyRoboticianRobobrainToFindList == 1
  96.  
  97. ShowMessage AAAFyTyRoboticianMessageRepairRobobrain
  98. let iButton := getbuttonpressed
  99.  
  100. Player.RemoveItem FissionBattery 1
  101. Player.RemoveItem ScrapElectronics 2
  102. Player.RemoveItem SpareParts 3
  103. refRobotToRepair.Disable
  104. refRobotToRepair.MarkForDelete
  105.  
  106. if iButton == 0
  107. Player.PlaceAtMe AAAFyTyRobobrain 1
  108. elseif iButton == 1
  109. Player.PlaceAtMe AAAFyTyRobobrainDC 1
  110. elseif iButton == 2
  111. Player.PlaceAtMe AAAFyTyRobobrainArmy 1
  112. elseif iButton == 3
  113. Player.PlaceAtMe AAAFyTyRobobrainArmyDC 1
  114. elseif iButton == 4
  115. Player.PlaceAtMe AAAFyTyRobobrainOutcastDC 1
  116. elseif iButton == 5
  117. Player.PlaceAtMe AAAFyTyRobobrainSteel 1
  118. endif
  119.  
  120. elseif refRobotToRepair.IsInList AAAFyTyRoboticianSentryBotToFindList == 1
  121.  
  122. ShowMessage AAAFyTyRoboticianMessageRepairSentryBot
  123. let iButton := getbuttonpressed
  124.  
  125. Player.RemoveItem FissionBattery 1
  126. Player.RemoveItem ScrapElectronics 2
  127. Player.RemoveItem SpareParts 3
  128. refRobotToRepair.Disable
  129. refRobotToRepair.MarkForDelete
  130.  
  131. if iButton == 0
  132. Player.PlaceAtMe AAAFyTySentryBotGL
  133. elseif iButton == 1
  134. Player.PlaceAtMe AAAFyTySentryBotGLArmyDC
  135. elseif iButton == 2
  136. Player.PlaceAtMe AAAFyTySentryBotGLArmyNV
  137. elseif iButton == 3
  138. Player.PlaceAtMe AAAFyTySentryBotGLEnclaveDC
  139. elseif iButton == 4
  140. Player.PlaceAtMe AAAFyTySentryBotGLOutcastDC
  141. endif
  142.  
  143. elseif refRobotToRepair.IsInList AAAFyTyRoboticianEyebotToFind == 1
  144.  
  145. ShowMessage AAAFyTyRoboticianMessageRepairEyebot
  146. let iButton := getbuttonpressed
  147.  
  148. Player.RemoveItem FissionBattery 1
  149. Player.RemoveItem ScrapElectronics 2
  150. Player.RemoveItem SpareParts 3
  151. refRobotToRepair.Disable
  152. refRobotToRepair.MarkForDelete
  153.  
  154. if iButton == 1
  155. Player.PlaceAtMe AAAFyTyEyebotCombat 1
  156. elseif iButton == 2
  157. Player.PlaceAtMe AAAFyTyEyebotOutcast 1
  158. endif
  159.  
  160.  
  161. endif
Advertisement
Add Comment
Please, Sign In to add comment