Add some code from framework
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user