createSimpleTask – Talk

From Bohemia Interactive Community
Revision as of 09:17, 24 September 2009 by Miika Jarvinen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tasks are unit specific, not player/client. So, you can create them using unit names instead of "player". This can help with teamswitch, JIP etc. Every single task is a unique even if you diag_log or hint them they say the same thing. For example: "Task TaskName (id 0)" for unitA is not same as "Task TaskName (id 0)" for unitB. --Shuko 09:17, 24 September 2009 (CEST)