generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
20
_module/nss/tr_skctrap_act_f.nss
Normal file
20
_module/nss/tr_skctrap_act_f.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: tr_skctrap_act_f
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Creates a deadly trap kit of the current 'trap type'
|
||||
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By:
|
||||
//:: Created On:
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "tr_inc_skills"
|
||||
|
||||
void main()
|
||||
{
|
||||
skillCTRAPCreateTrapKit(skillCTRAPGetCurrentTrapView(), GetPCSpeaker(), SKILL_TRAP_EPIC);
|
||||
}
|
||||
|
Reference in New Issue
Block a user