oki here is what i found
"WRITE TO REGISTRY foldername,key name,value
FOLDER NAME = is the name of the file folder in the registry where it puts the key value
KEY VALUE = is the name of the data that is stored in the registry
VALUE = is the actual data stored (this can only be a integer value)
EXAMPLE.
cubesize#=10
make object cube 1,cubesize#
write to registry "my cube prog","cube size",cubesize#
the above prog will write a value of 10 to the registry if you put the command in a loop and change the cube size value it will update the registry automatically.
if you are still unsure about this command there is an example i finally found in db called "REGISTRY ACCESS" in the "help/examples".
there is also a explanation of this command in the "help/commands/input" neer the bottom of the page.
hope this helps..
dancedreemer..
if tired()=1 then goto bed