Testing collisions using Script
Posted: Sat Jul 18, 2009 2:41 pm
Hi, I'm a bit of a novice, what script can I use to set a condition based upon two actors colliding?
I am hoping for something like:
Hope that's clear enough. I've searched through the site and script help, but I can't find anything .
I am hoping for something like:
- Code: Select all
if ("Event Actor" is colliding with "Moster12")
{
do this;
}
else
(
do another thing;
}
Hope that's clear enough. I've searched through the site and script help, but I can't find anything .