Talk:StartCombat - Actor

Active discussions

StartCombat(Game.GetPlayer()) errorEdit

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()))

Return to "StartCombat - Actor" page.