Code: Select all
script 10 (void)
{
If (ACS_Execute(11,0,0,0,0))
AmbientSound("exeitor/laugh",127);
else
Setfont("TBIGFONT");
PrintBold(s:"\c-I need to get the file on Eggman");
}
Code: Select all
script 10 (void)
{
If (ScriptWait(11))
AmbientSound("exeitor/laugh",127);
else
Setfont("TBIGFONT");
PrintBold(s:"\c-I need to get the file on Eggman");
}
Keagan H.