Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $On Weapon Fired:
- [
- 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.
- for i=1, #list_options do
- list_options[i]:firePrimary()
- end
- boolean_option_fired = true
- else
- boolean_option_fired = false
- end
- ]
Advertisement
Add Comment
Please, Sign In to add comment