WoR_PRC8/_module/nss/death_gan.nss

9 lines
217 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
void main()
{
object oTarget = GetObjectByTag("gan_coffin");
string sText;
sText = "You will pay dearly for this...";
ActionSpeakString (sText, TALKVOLUME_TALK);
AssignCommand(oTarget, ActionUnlockObject(oTarget));
}