trigger 'TMaxTab' on "ControlPanelWindow.CityUnitSelectedTabGroup.MacroTab" when (g.player == g.tutorialplayer && token == 31) {
DisableTrigger('TMaxTab');
max_tab = 1;
}
trigger 'TMaxScienceButton' on "ControlPanelWindow.CityUnitSelectedTabGroup.MacroTab.pane.MacroTabWallpaper.SwitchHolder.MacroSwitchGroup.MacroKnowledgeButton"
when (g.player == g.tutorialplayer && token == 31) {
Message(1, 'KillAllMessages');
DisableTrigger('TMaxScienceButton');
AddPops(trade_city_1, 3);
Message(g.tutorialplayer, 'M5Goal1Accomplished');
PlaySound("SOUND_ID_GENERALSUCCEED");
token = 32;
}
trigger 'TLaborTab' on "ControlPanelWindow.CityUnitSelectedTabGroup.MicroTab" when (g.player == g.tutorialplayer && token == 32) {
DisableTrigger('TLaborTab');
labor_tab = 1;
}
trigger 'TEntertainerMade' on "ControlPanelWindow.CityUnitSelectedTabGroup.MicroTab.pane.MicroTabWallpaper.MicroButtonHolder.MicroMusicianLabel.MicroMusicianPlus"
trigger 'TScientistMade' on "ControlPanelWindow.CityUnitSelectedTabGroup.MicroTab.pane.MicroTabWallpaper.MicroButtonHolder.MicroScientistLabel.MicroScientistPlus"