Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
17
_module/nss/anph_xpw_rp_s.nss
Normal file
17
_module/nss/anph_xpw_rp_s.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "hc_inc"
|
||||
|
||||
#include "xp_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oDM = GetLastSpeaker ();
|
||||
object oPC;
|
||||
|
||||
oPC = GetLocalObject (oDM, "xpwand_target");
|
||||
|
||||
if (GetIsPC (oPC))
|
||||
{
|
||||
SendMessageToPC (oPC, "Thank you for roleplaying!");
|
||||
xp_GiveXPPercentage (oPC, 5.0f);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user