generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
12
_module/nss/jhr_bp_pipe.nss
Normal file
12
_module/nss/jhr_bp_pipe.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "jhr_i0_pipe"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oActivator = GetItemActivator();
|
||||
object oActivatedItem = GetItemActivated();
|
||||
|
||||
if (GetTag(oActivatedItem) == "jhr_bp_pipe")
|
||||
{
|
||||
SmokePipe(oActivator);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user