6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
void main()
|
|
{
|
|
TakeGoldFromCreature(500, GetPCSpeaker(), TRUE);
|
|
AssignCommand(GetPCSpeaker(),ActionJumpToLocation(GetLocation(GetObjectByTag("WP_RedRiver"))));
|
|
}
|