7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
void main()
|
|
{
|
|
TakeGoldFromCreature(100,GetPCSpeaker(),TRUE);
|
|
object oWP=GetObjectByTag("BF1_Stable");
|
|
AssignCommand(GetPCSpeaker(),JumpToLocation(GetLocation(oWP)));
|
|
}
|