WoR_PRC8/_module/nss/death_gan.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

9 lines
217 B
Plaintext

void main()
{
object oTarget = GetObjectByTag("gan_coffin");
string sText;
sText = "You will pay dearly for this...";
ActionSpeakString (sText, TALKVOLUME_TALK);
AssignCommand(oTarget, ActionUnlockObject(oTarget));
}