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