6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetEnteringObject();
|
||
|
DelayCommand(6.0, ExecuteScript("dead_magic_enter", oPC));
|
||
|
}
|