Simply create a zip file and rename the .zip to .plsc.
You can use the Windows BuiiltIn zip or WinZIp or WInRAR or WinAce or 7GZip as long as it is a zip file you will be ok.
quote:
Originally posted by Rekinmalad
Oh yes i'm a terrible idiot xD
But the debug box don't appear, and she is activated in my prefs ... strange ...
Because when you use
return in a function no code after it is executed.
if i want to put something in the debug window i would need to do this
code:
function somefunction(){
Debug.Trace('hi');
return 'hi'; // ---- no code is executed after this line
}