Rune_PRC8/_module/nss/opw_xp_10000.nss

16 lines
334 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
////////////////////////////////////////////////////////////////////////////////
//
// Set XP
// opw_XP_10000
// By Don Anderson
// dandersonru@msn.com
//
// Called from XP Giver Convo
//
////////////////////////////////////////////////////////////////////////////////
void main()
{
GiveXPToCreature(GetPCSpeaker(), 10000);
}