Amon_PRC8/_module/nss/cata_fungus2main.nss

11 lines
280 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
object wpPC = GetWaypointByTag("maincolony");
object oPC = GetPCSpeaker();
FadeToBlack(oPC);
DelayCommand(2.0, BlackScreen(oPC));
DelayCommand(2.8, AssignCommand(oPC, ActionJumpToObject(wpPC)));
DelayCommand(4.0, FadeFromBlack(oPC));
}