Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
13
_module/nss/anph_xpw_ooc.nss
Normal file
13
_module/nss/anph_xpw_ooc.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
object oDM = GetLastSpeaker ();
|
||||
object oPC;
|
||||
|
||||
oPC = GetLocalObject (oDM, "xpwand_target");
|
||||
|
||||
if (GetIsPC (oPC))
|
||||
{
|
||||
SendMessageToPC (oPC, "You have been penalized for your lack of roleplay.");
|
||||
GiveXPToCreature (oPC, -50);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user