Archer30 / Third-Upgrade-Mod

Third Upgrade Mod for HoMM 3 ERA
MIT License
3 stars 1 forks source link

Monsers' names are always plural from monster info dilaogues #12

Open Archer30 opened 2 years ago

Archer30 commented 2 years ago

@Knightmarevive

https://discord.com/channels/665742159307341827/693485253284724766/892079582256177182 Monster names from the dialogue are always plural Tested with the code here:

!?FU(OnGameEnter);
!!VRz1:S^{~red}BowmanBowmanBowmanBowmanBowmanBowman{~}^;
!!VRz2:S^Bowmen^;
!!SN:H^monname^/(MON_ARCHER)/0/z1;
!!SN:H^monname^/(MON_ARCHER)/1/z2;

!!SN:H^monname^/(MON_ARCHER)/0/?z3;
!!SN:H^monname^/(MON_ARCHER)/1/?z4;
!!IF:M^Archer's new singular = %z3
Archer's new plural = %z4,
Now check Archer from the monster info from Hero Screen.^;

!?FU(OnEveryDay)&i^timerIsHuman^;
!!OW:A(CURRENT_PLAYER)/?(hero:y);
!!HE(hero):C0/(ARMY_SLOT_LAST)/(MON_ARCHER)/1;