Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/sf_shout_lfp.nss
Normal file
8
_module/nss/sf_shout_lfp.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker(), oSpeaker = OBJECT_SELF;
|
||||
|
||||
string sMsg = GetName(oPC) + " is level " + IntToString(GetHitDice(oPC)) + " LFP.";
|
||||
|
||||
AssignCommand(oSpeaker, ActionSpeakString(sMsg, TALKVOLUME_SHOUT));
|
||||
}
|
||||
Reference in New Issue
Block a user