Hey KillTube-Community,
I try to make a Brushmodel with 3 Triggers,
but i dont have the experience to script it.
I use this script :
I have try to connect the 3 Triggers, but i dont changed the script.Code:elevator() { elevator = getent("elevator","targetname"); trig = getent("elevator_trigger","targetname"); while(1) { trig waittill ("trigger"); elevator movez (5,7,3,3); elevator waittill ("movedone"); wait(3); elevator movez (-5,7,3,3); elevator waittill ("movedone"); } }
So it doesn't work.
___________________________________________
Need Help !
Thanks
ElEmEnT

Reply With Quote
