Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

21 lines
490 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName mm_gsigtion
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 26.05.2007 17:57:51
//:://////////////////////////////////////////////
void main()
{
object oPC = GetPCSpeaker();
CreateItemOnObject("sig_tion", oPC);
object oTarget;
oTarget = GetObjectByTag("door_tion");
AssignCommand(oTarget, ActionOpenDoor(oTarget));
}