I use Invisible objects as the target of the beam, this way I can destroy them and make them re-appear by spawning them back in (through scripting) at the given waypoint, also, this allows for better placement of VFXs too, as you can move the invisible object around till you get the placements correct.
Just saying...
Hope that this gives you some insight, as far as the bug, dont' know for sure, never seen that.
For the record, you should "Get" and object by using a waypoint, this way it doesn't search the entire module looking for that object... (Obviously you will have to paint a waypoint in that area and give it a tagname) e.g.
object oWay = GetWaypointByTag("tagname"); //enter the tagname of the waypoint
object oObject = GetNearestObjectByTag("tagname", oWay); //enter the tagname of the object
Modifié par _Guile, 30 août 2011 - 04:48 .