I know it can be done in an ugly way with events, and I expect it can be done in a pretty way with a script, but I cannot do Javascript to save my life. What would the script be for adding several Variables together to make another Variable? Just a basic v[1]+v[2]+v[3]+v[4]=v[5] type of thing.

