4 Yoko Sugestion
Posted: 2004-12-05 22:20:45
Can you Make command ,load ? for loading another .sc
for example create one file load.sc
and in the autoload.sc create this
sub test()
uo.load("load.sc")
end sub
and you can say ,exec test load the file load.sc this is very good.
for example create one file load.sc
and in the autoload.sc create this
sub test()
uo.load("load.sc")
end sub
and you can say ,exec test load the file load.sc this is very good.