Initial upload
Initial upload
This commit is contained in:
11
_module/nss/cb_disarmtrap.nss
Normal file
11
_module/nss/cb_disarmtrap.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
// Tab, put this on Disarmevent of trap to give XP.
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastDisarmed();
|
||||
if (GetIsPC(oPC))
|
||||
{
|
||||
GiveXPToCreature(oPC, 200);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user