I Will Be Posting Script Problems here From now On
Here is My First One:
Script
////////////////////////////
// Run when entering map
void OnEnter()
////////////////////////////+
// Run first time starting map
void OnStart()
{
AddEntityCollideCallback("Player", "shadow", "shadowappear", true, 1);
}
void shadowappear(string &in asParent, string &in asChild, int alState);
{
PlaySoundAtEntity("guardian_activated1", "guardian_activated", "player", 5, true);
void SetEntityActive("slime_pile_2", true);
void SetEntityActive("slime_pile_large_1", true);
void SetEntityActive("slime_anim_wall_2", true);
void SetEntityActive("slime_egg_1, true");
void SetEntityActive("slime_anim_ceiling_1", true);
}
Error