7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
void main()
|
|
{
|
|
TakeGoldFromCreature(150, GetPCSpeaker(), TRUE);
|
|
AssignCommand(GetPCSpeaker(),ActionJumpToLocation(GetLocation(GetObjectByTag("WP_URIK"))));
|
|
}
|
|
|