Added henchman rental
Many areas, items, and creatures were adjusted for balance and aesthetics.
This commit is contained in:
11
_module/nss/69_hench_whatxp.nss
Normal file
11
_module/nss/69_hench_whatxp.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
//69_hench_whatxp
|
||||
// NPC lets PC know how much XP s/he has
|
||||
// Created by: 69MEH69 Oct2004
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nHenchXP = GetLocalInt(OBJECT_SELF, "HENCH_XP");
|
||||
string sHenchXP = IntToString(nHenchXP);
|
||||
SendMessageToPC(oPC, "I have " + sHenchXP + " experience points.");
|
||||
}
|
Reference in New Issue
Block a user