14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
|
|
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
SetLocalString(oPC, "olivia", "1");
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(250, GetPCSpeaker(), FALSE);
|
|
|
|
}
|