AndrewofDoom

Untitled

Jun 30th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1.  
  2. $On Weapon Fired:
  3.  
  4. [
  5.  
  6. if hv.User == ship_optionParent and #list_options > 0 then --be sure the person firing is the parent of the options and that there are options there.
  7. for i=1, #list_options do
  8. list_options[i]:firePrimary()
  9. end
  10. boolean_option_fired = true
  11. else
  12. boolean_option_fired = false
  13. end
  14.  
  15. ]
Advertisement
Add Comment
Please, Sign In to add comment