Talk:StartCombat - Actor
Revision as of 11:43, 27 January 2014 by imported>Terra Nova2 (→StartCombat(Game.GetPlayer()) error)
StartCombat(Game.GetPlayer()) error[edit source]
StartCombat(Game.GetPlayer()) is giving me a "No viable alternative at input '('" error, after attaching it to an EncSkeever. How can I fix this? ---Probably super late on this, but I'll post the answer anyway. Functions like Game.GetPlayer() that are passed into another function have to be inside parenthesis. Ex: StartCombat((Game.GetPlayer()))