Aantioch_Infernum/_module/nss/delay_enter.nss

6 lines
109 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
object oPC = GetEnteringObject();
DelayCommand(6.0, ExecuteScript("dead_magic_enter", oPC));
}