generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
16
_module/nss/subdualtog3.nss
Normal file
16
_module/nss/subdualtog3.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
/*****************************************************************************
|
||||
PC Subdual Damage
|
||||
By Rocc
|
||||
Version 0.9
|
||||
October 26, 2002
|
||||
|
||||
Allows for PC subdual in PvP combat.
|
||||
******************************************************************************/
|
||||
|
||||
// Set subdual mode for player
|
||||
#include "subdual_inc"
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(GetPCSpeaker(),"SUBDUAL",SUBDUAL_MODE_SPARRING);
|
||||
AssignCommand(GetPCSpeaker(),SpeakString("**Subdual Mode**"));
|
||||
}
|
||||
Reference in New Issue
Block a user