Talk:StartCombat - Actor
Jump to navigation
Jump to search
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()))