Compatible with Newtek LightWave 9.6 and above.
// LScript Master Class - www.StephenCulley.co.uk
//
// web address: http://www.stephenculley.co.uk
// email address: email@stephenculley.co.uk
/*
LScript Master Class - Auto Refresh
Master_AutoRefresh.ls
*/
@version 2.2
@warnings
@script master
@name *Auto Refresh
// Title
sTitle = "*Auto Refresh";
// Version
sVersion = "v1.0";
create
{
setdesc(sTitle);
}
process: event, command
{
if(event == COMMAND)
Refresh();
}
https://drive.google.com/open?id=1cR_q2GVUAJHumic1-A3eXV16acQnVTWs
thank you very much for you tools!
ReplyDelete