ScriptSpot

Forum topic · General Scripting

Automatic updating Script

By G.I.Gig · 2010-12-28

Description

Hello

How can I make a script constantly running and checking if anything changed?
(so I don't have to run the script manually if I change a value within the scene)

Thanks
G.I.

Automaticly updating Script

Comments (2)

Graph · 2010-12-28

callbacks can monitor changes of all kinds of stuff, if that doesnt work use a timer rollout controll or a dotNet timer, thats all the help i can give with that level if information..

G.I.Gig · 2010-12-30

Thanks Will Try, and I'll ask if won't work.