encoding #20
|
@ -247,7 +247,7 @@ bool COXEventManager::Quiz(unsigned char level, int timelimit)
|
|||
|
||||
int idx = Random::get<int>(0, m_vec_quiz[level].size() - 1);
|
||||
|
||||
SendNoticeMap(LC_TEXT("OX-Question: ), OXEVENT_MAP_INDEX, true);
|
||||
SendNoticeMap(LC_TEXT("OX-Question: "), OXEVENT_MAP_INDEX, true);
|
||||
SendNoticeMap(m_vec_quiz[level][idx].Quiz, OXEVENT_MAP_INDEX, true);
|
||||
SendNoticeMap(LC_TEXT("If it's correct, then go to O. If it's wrong, go to X."), OXEVENT_MAP_INDEX, true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue