Results 1 to 10 of 14

Thread: Trigger Bug

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Feb 2013
    Posts
    27
    Thanks
    7
    Thanked 12 Times in 5 Posts

    Trigger Bug

    Hey guys,
    I guess I need your help. I want to create some breakable windows. Actually I already made them. I made 6 windows with damage trigger. But on 5 windows my experience the following http://www.xfire.com/video/5e08bc and 1 is working perfectly with the same script. Almost every time other brush is breakable and unbreakable in the same window. I checked triggers, brushes but everything is good.

    What should I do?

    My script btw(but it's good):

    Code:
    torles(trig,br)
    {
    	trigger=getent(trig,"targetname");
    	brush=getent(br,"targetname");
    	for(;;)
    	{
    		trigger waittill ("trigger");
    		brush Delete();
    		break;
    		wait 0.05;
    	}
    	iprintln("kitört");
    }

  2. The Following User Says Thank You to qwerty For This Useful Post:

    kung foo man (7th February 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •