Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias magtotal [result (+ (magcontent $arg1) (magreserve $arg1))]
- alias intelli_switch [
- if (= (currentprimary) (curweapon)) [
- if (magtotal 8) [
- grenades
- ] [
- if (|| (magtotal 1) (magtotal 9)) [
- secondary
- ] [
- melee
- ]
- ]
- ] [
- if (magtotal (currentprimary)) [
- primary
- ] [
- if (magtotal 8) [
- grenades
- ] [
- if (|| (magtotal 1) (magtotal 9)) [
- secondary
- ] [
- melee
- ]
- ]
- ]
- ]
- ]
Advertisement
Add Comment
Please, Sign In to add comment