1. Beyond Sunset
  2. News
  3. Happy New Year!

Happy New Year!

#include "zcommon.acs"

int newyear = 1;
int wishes = 1;

script "HappyNewYear20XX" ENTER
{
MorphActor(0, "Metacorp", "PartyHard", -1, 0, "", "");
Print(s:"Happy New Year 20XX!");
Delay(10);
PlaySound(0,"AuldLangSyne",CHAN_NOPAUSE);
Delay(90);
Print(s:"All the best in the brand new year 20XX from the Beyond Sunset team! May all your resolutions come true!");
GiveInventory("Hug",999);
ACS_NamedExecute("FliesAway",0);
}