mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -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