generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
17
_module/nss/pipes.nss
Normal file
17
_module/nss/pipes.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
void main()
|
||||
{
|
||||
object oUser = GetItemActivator();
|
||||
|
||||
int nRandom=Random(2);
|
||||
if (nRandom==1)
|
||||
{
|
||||
AssignCommand(oUser,PlaySound("as_cv_eulpipe1"));
|
||||
}
|
||||
else
|
||||
{
|
||||
AssignCommand(oUser,PlaySound("as_cv_eulpipe2"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user