8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
|
#include "x4_inc_functions"
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
TakeGoldFromCreature(2500, oPC, TRUE);
|
||
|
SetCampaignInt(CharacterDB(oPC), "LOCKER", 1);
|
||
|
}
|