Reload script

Hi,

I have a variable script with a constant. This script is generate every time that someone modifies that constant.

In other script I have something like that

@load variable_script

event {

here call the constant to variable_script
}

The problem is that this constant not change every time it is generated the script.

Is there any way to do it?

regards.