15 lines
194 B
Plaintext
15 lines
194 B
Plaintext
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(50, GetPCSpeaker(), FALSE);
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
SetLocalString(oPC, "florya", "1");
|
|
|
|
}
|