Yoko Suggestion
Posted: 2004-11-06 13:20:01
Can you Make command ,load ? for loading another .sc
for example create one file load.sc
sub load()
UO.msg("Hello Test")
end sub
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
sub load()
UO.msg("Hello Test")
end sub
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.