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