Hello I’m playing multiplayer mode and I have 3 questions,
1- Is there any place that I can find all commands in this.say()?
2- Can I write functions for troops ?
3- Is it possible to command specific troops to specific targets?
I tried something like this not sure if something like this is possible :
Hi @Burkay_Ozdemir! Currently the simple say commands are listed in the default code: 'move', 'defend', 'follow', and 'attack'. If you want to have only a subset of your units obey the command, add type: 'archer' to the data, like:
But there isn’t more fine-grained control than this in Dungeon Arena. However, in Brawlwood, you can not only write all the logic for all the soldiers, but also their hear(speaker, message, data) callbacks, so you have full control. Give it a try: http://codecombat.com/play/ladder/brawlwood