Build more burrows and similar messages

Status
Not open for further replies.
Level 16
Joined
Jul 21, 2008
Messages
1,121
Set "Text - Message - Build more..." to " , , , "

Note that you must copy all spaces.

61214d1248279590-build-more-burrows-and-similar-messages-untitled.jpg
 

Attachments

  • untitled.JPG
    untitled.JPG
    79.5 KB · Views: 219
Level 6
Joined
Apr 23, 2008
Messages
263
worked but i would rather get rid of the speach messages (for example the orc saying "Build more burrows") but i guess thats not possible so i have to make the heroes cost gold instead of food

or even better could i force a tavern thing building to un-select a buyer?
 
Level 6
Joined
Apr 23, 2008
Messages
263
but i sell the heroes from a merchant with the cost of 1 food and the players start with 0/1 food, if i limit them to 1 per hero type they could still choose several heroes from the merchant
 
Then, do the twist of no food cost (Stats - Food Cost = 0)
and the trigger
  • Buy
  • Events
    • Unit - A unit sells a unit
  • Conditions
  • Actions
    • If (Conditions) are true then do (Actions) else do (Actions)
      • If - Conditions
        • (AlreadyBought[Player Number of (Owner of (Sold unit))] = False
      • Then - Actions
        • Set AlreadyBought[Player Number of (Owner of (Sold unit))] = True
      • Else - Actions
        • Unit - Remove (Sold unit) from the game
        • Game - Display to (Palyer Group(Owner of (Sold unit))) the text "You have already bought a hero"
 
Status
Not open for further replies.
Top