16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Set XP
|
|
// opw_XP_10000
|
|
// By Don Anderson
|
|
// dandersonru@msn.com
|
|
//
|
|
// Called from XP Giver Convo
|
|
//
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
GiveXPToCreature(GetPCSpeaker(), 10000);
|
|
}
|