EN6_PRC8/_module/nss/en6_sm_j_rd1.nss

7 lines
168 B
Plaintext
Raw Permalink Normal View History

void main()
{
TakeGoldFromCreature(100,GetPCSpeaker(),TRUE);
object oWP=GetObjectByTag("RD1_Stable");
AssignCommand(GetPCSpeaker(),JumpToLocation(GetLocation(oWP)));
}