9 lines
217 B
Plaintext
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));
|
||
|
}
|