12.09.2013, 16:22
Adding the ! means that it's not. So adding the ! to the start of IsPlayerInRangeOfPoint is literally if the player ISN'T in range of the point.
So by adding that to your code (the !), it will mean that if the player is not in the range of 5.0 it will do something under that line. And under the else means that it will do it if the player is in range of that point.
So by adding that to your code (the !), it will mean that if the player is not in the range of 5.0 it will do something under that line. And under the else means that it will do it if the player is in range of that point.