erore 0 Posted November 27, 2005 I need to find out if in a certain area a shot has been fired. How can I do that? Share this post Link to post Share on other sites
bn880 5 Posted November 27, 2005 Add fired event handlers to everyone, then when a shot occurs, in the function check the area and check where the bullet goes... Share this post Link to post Share on other sites
LoTekK 0 Posted November 28, 2005 I'm relatively inexperienced, but I wonder if it would be better to have a trigger defining the area, with activation set to "Everyone" "Present", "Repeated", and onActivation "_this addEventHandler ["fired", {your code}]", and onDeactivation "_this removeEventHandler ["fired"]"? Share this post Link to post Share on other sites