Script can crash moho
Posted: Thu Dec 29, 2005 7:27 am
point.fAnimPos:SetValue( moho.frame, nil ) will crash Moho.
Obviously a bug in the script, but you had mentioned in another thread that you wanted to protect Moho from crashing on bad scripts.
Edit: This is in a tool script
Also, improperly trying to access functions can crash Moho in a tool script.
e.g.
LM.Beep() (instead of LM:Beep())
Obviously a bug in the script, but you had mentioned in another thread that you wanted to protect Moho from crashing on bad scripts.
Edit: This is in a tool script
Also, improperly trying to access functions can crash Moho in a tool script.
e.g.
LM.Beep() (instead of LM:Beep())