Initial Upload
Initial Upload
This commit is contained in:
19
_module/nss/baf_boxumu.nss
Normal file
19
_module/nss/baf_boxumu.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
if(GetLocalInt(OBJECT_SELF, "SOI") == 0)
|
||||
|
||||
{
|
||||
|
||||
SetLocalInt(OBJECT_SELF, "SOI", 1);
|
||||
|
||||
PlaySound("al_pl_x2tablalp");
|
||||
PlaySound("as_pl_chantingm2");
|
||||
DelayCommand(8.0, PlaySound("as_pl_chantingm2"));
|
||||
DelayCommand(16.0, PlaySound("as_pl_chantingm2"));
|
||||
|
||||
DelayCommand(30.0, SetLocalInt(OBJECT_SELF, "SOI", 0));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user