generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
16
_module/nss/subdualbag1.nss
Normal file
16
_module/nss/subdualbag1.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.
|
||||
******************************************************************************/
|
||||
|
||||
// Tell us who's bag it is.
|
||||
void main()
|
||||
{
|
||||
string sOwner = GetLocalString(OBJECT_SELF,"Name");
|
||||
string sFeedback = sOwner+"'s belongings";
|
||||
SpeakString(sFeedback);
|
||||
}
|
||||
Reference in New Issue
Block a user