7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
|
void main()
|
||
|
{
|
||
|
TakeGoldFromCreature(250, GetPCSpeaker(), TRUE);
|
||
|
AssignCommand(GetPCSpeaker(),ActionJumpToLocation(GetLocation(GetObjectByTag("WP_CrimsonEnter"))));
|
||
|
}
|
||
|
|