Shargast_PRC8/_module/Chapter 1/nss/mm_opendoor_50gp.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

17 lines
243 B
Plaintext

//mm_opendoor_350gp/
void main()
{
object oPC = GetPCSpeaker();
AssignCommand(oPC, TakeGoldFromCreature(350, oPC, TRUE));
object oTarget;
oTarget = GetObjectByTag("ganteriel_gmworks");
AssignCommand(oTarget, ActionOpenDoor(oTarget));
}