Posted By: Grand_Wizard
The most sillyest question, but please answer..... - 04/26/07 06:25
How the heck do I add scripts to my objects and resources?


include <the_name_of_your_script.wdl>;
action my_new_behaviour
{
while(1)
{
my.pan += 5 * time_step;
wait(1);
}
}
include <test.wdl>: