11 lines
205 B
Plaintext
11 lines
205 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastOpenedBy();
|
|
object oArea = GetArea(OBJECT_SELF);
|
|
if (GetIsPC(oPC))
|
|
{MusicBackgroundStop(oArea);}
|
|
|
|
DelayCommand(6.0f, ActionCloseDoor(OBJECT_SELF));
|
|
}
|
|
|