mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-08-03 04:15:53 -04:00
*Added OnAttach trigger in order to keep compatible with buildout tables
This commit is contained in:
@@ -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
|
||||
//------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user