Difference between revisions of "Talk:StartCombat - Actor"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>GermainZ
(Created page with "== StartCombat(Game.GetPlayer()) error == StartCombat(Game.GetPlayer()) is giving me a "No viable alternative at input '('" error, after attaching it to an EncSkeever. How can...")
 
imported>Terra Nova2
 
Line 1: Line 1:
== StartCombat(Game.GetPlayer()) error ==
== StartCombat(Game.GetPlayer()) error ==
StartCombat(Game.GetPlayer()) is giving me a "No viable alternative at input '('" error, after attaching it to an EncSkeever. How can I fix this?
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()))

Latest revision as of 11:43, 27 January 2014

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