Here is the instructions on how to use it.
The only problem i have is they didn't give a good example on how to use it.
I dont know how to get the local switch to work.
I tried all of this and i had no luck it just errors out
check = View_Range.new(1, 2, "A")
check.enemies_straight_view
check = View_Range.new(1, 2, 'A')
check.enemies_straight_view
check = View_Range.new(1, 2, A)
check.enemies_straight_view
It should work the first way but it didn't.
No clue what went wrong.