Files
HeroesStone_PRC8/_module/nss/subdualbag1.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

17 lines
438 B
Plaintext

/*****************************************************************************
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);
}