Sign in to follow this  
Followers 0
Hazza

script for a startdoor

2 posts in this topic

dose anyone a script i could use to make a start door please witch opens automatically would be better thanks. 

0

Share this post


Link to post
Share on other sites

Startdoor()
{
brush1 = getEnt("startdoor_1", "targetname");
brush2 = getEnt("startdoor_2", "targetname");

wait 12;
brush1 moveZ (1200, 3.5);
brush2 moveZ (-1250, 3.5);
brush1 waittill ("movedone");
brush2 waittill ("movedone");
}

0

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0