Home
last modified time | relevance | path

Searched refs:NPClastLine (Results 1 – 1 of 1) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dactmonster.cpp8656 …int NPClastLine = (myStats->MISC_FLAGS[STAT_FLAG_NPC] & 0xFF00) >> 8; // get last line said, next … in handleMonsterChatter() local
8686 if ( NPClastLine != 0 ) in handleMonsterChatter()
8688 ++NPClastLine; in handleMonsterChatter()
8689 if ( (NPClastLine) > numLines ) in handleMonsterChatter()
8692 NPClastLine = 1; in handleMonsterChatter()
8698 NPClastLine = 1; in handleMonsterChatter()
8704 NPClastLine = 1 + rand() % numLines; in handleMonsterChatter()
8706 …messagePlayer(monsterclicked, language[startLine + NPClastLine], namesays, stats[monsterclicked]->… in handleMonsterChatter()
8707 myStats->MISC_FLAGS[STAT_FLAG_NPC] = NPCtype + (NPClastLine << 8); in handleMonsterChatter()