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