Page 1 of 1

AIUseBubbleCircle

Posted: Fri Mar 09, 2007 2:46 am
by CainDelta
Hey

I was looking in "com_weap_inf_sniper_rifle" and saw two properties called "AIUseBubbleCircle" and "AIBubbleSizeMultiplier." I don't know what they do and couldn't find a reference to them after searching the forum. I'm curious as to what they are used for, does anyone know?

Posted: Fri Mar 09, 2007 3:10 am
by LastJedi

Code: Select all

AIUseBubbleCode  = "1"
This looks like it is saying to use this "bubblecode" thing in the weapon.

Code: Select all

AIBubbleSizeMultiplier
This sets the value for the "bubblecode".

I don't actually know what "bubblecode" is. It looks like a thing the AI uses in its targeting and range with the weapon.

-LastJEdi