Initial commit
Initial commit.
This commit is contained in:
19
_module/nss/plo_townport_usr.nss
Normal file
19
_module/nss/plo_townport_usr.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Placeable Object Event: OnUserDefined
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
int nUserEvent = GetUserDefinedEventNumber();
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
if (nUserEvent == 9000)
|
||||
{
|
||||
PlaySound("al_mg_portal1");
|
||||
DelayCommand(7.7,SignalEvent(OBJECT_SELF,EventUserDefined(9000)));
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
}
|
Reference in New Issue
Block a user