NWNDS/nwn_dark_sun/actjumptored.nss

6 lines
161 B
Plaintext
Raw Normal View History

void main()
{
TakeGoldFromCreature(500, GetPCSpeaker(), TRUE);
AssignCommand(GetPCSpeaker(),ActionJumpToLocation(GetLocation(GetObjectByTag("WP_RedRiver"))));
}