Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

triggering fx_runners

Page: 1 of 1
 demo
01-17-2005, 5:05 PM
#1
is there a way to trigger a fx runner to turn it on then it goes off after like 3 seconds:)
 mslaf
01-22-2005, 10:01 AM
#2
Yes, use a script:

use("your_fx_runner_targetname");
wait(3000);
use("your_fx_runner_targetname");
Page: 1 of 1