Thanks for the the info that you can just delete the filenames, was not sure if it was correct.
the variables are three properties in an quest script. one int and two float.
I can naturally use functions to return the variable as in
Scriptname plantscript extends Quest float Property growtime = 24 Auto float function getgrowtime ()return growtimeendfunction
However I'm not able to get this from the object script
Has tried
plantscript.growtime
plantscript.growtime.getvalue()
plantscript.getgrowtime()
has also tried to set the quest as an quest property and link it
quest property plantquest1 auto
however I can not find how to link this however I know it's simple