I am currently making a pack,but im not sure if the exec can have a echo if a error happened.
the Example_Example and Example_Example2 represent the scripts. There NOT the real mod.
fuction(ExecFloodPack)
}
exec("./Example_Example.cs");
exec("./Example_Example2.cs");
{
else
}
echo("Failed to Exec Flood Pack");
{