Add some code from framework

This commit is contained in:
Bram verhulst
2025-05-18 11:03:51 +02:00
parent 294e9ab735
commit 620dafb591
18 changed files with 487 additions and 5 deletions

View File

@@ -12,10 +12,10 @@ void SurvivalAgentPlugin::Initialize(IBaseInterface* pInterface, PluginInfo& inf
m_pInterface = static_cast<IExamInterface*>(pInterface);
//Information for the leaderboards!
info.BotName = "MinionExam";
info.Student_Name = "Firstname_Lastname"; //No special characters allowed. Highscores won't work with special characters.
info.Student_Class = "2DAE00";
info.LB_Password = "TheChampIsHere123!";//Don't use a real password! This is only to prevent other students from overwriting your highscore!
info.BotName = "Cat";
info.Student_Name = "Bram Verhulst";//No special characters allowed. Highscores won't work with special characters.
info.Student_Class = "2DAE11";
info.LB_Password = "ILikeCuteCats!";//Don't use a real password! This is only to prevent other students from overwriting your highscore!
}
//Called only once