*Added OnAttach trigger in order to keep compatible with buildout tables

This commit is contained in:
PrisonCamp
2014-11-11 01:58:30 -08:00
parent 9240bd0abc
commit 51773759a8
@@ -16,6 +16,18 @@ trigger OnInitialize()
return SCRIPT_CONTINUE;
}
//------------------------------------------------
// OnAttach
//------------------------------------------------
trigger OnAttach()
{
// messageTo( self, "spawnBanner", null, 1.f, false );
messageTo( self, "checkBannerImpulse", null, 1.f, false );
return SCRIPT_CONTINUE;
}
//------------------------------------------------
// OnDestroy
//------------------------------------------------