first commit

This commit is contained in:
2026-06-14 01:40:04 +02:00
commit 5511354783
4787 changed files with 103543 additions and 0 deletions
@@ -0,0 +1,22 @@
function Close()
{
if(!closing)
{
closing = true;
gotoAndStop("_close");
play();
}
}
function onUnload()
{
delete Close;
delete onUnload;
}
if(!initialized)
{
_parent.OnContentLoaded(this);
closing = false;
initialized = true;
// Forbidden
getURL("FSCommand:" add qualifyName(this,"OnInitialized"),"");
}