12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
void main()
|
|
{
|
|
object oPC;
|
|
object oWP;
|
|
|
|
oPC = GetPCSpeaker();
|
|
TakeGoldFromCreature(100,oPC,TRUE);
|
|
|
|
oWP = GetObjectByTag("NC1_Spawn");
|
|
AssignCommand(oPC,JumpToLocation(GetLocation(oWP)));
|
|
}
|