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