- Code: Select all • Expand view
class ni_departure : sa_Achievement
{
Default
{
sa_Achievement.name "Early Departure";
sa_Achievement.description "Decide it's not worth it";
sa_Achievement.borderColor 0xA30000;
sa_Achievement.boxColor 0xff0000;
}
}
just a small test achievment.
Here is the ACS line that causes the crash:
- Code: Select all • Expand view
ScriptCall("sa_Achiever", "achieve", "ni_departure");
I load the pk3 file with my achievement after the stupid achievements library. The achievements menu in the settings works fine.