Skip to content

Clua Console Error

Did something change with using the clua console for BG:EE?

CLUAConsole:CreateCreature("alora") used to work for me, now I get an error message.

String "CLUAConsole:CreateCreature("alora")" :1: error in function 'createcreature'. argument #1 is 'class cluaconsole' , 'cluaconsole' expected.

Comments

  • sarevok57sarevok57 Member Posts: 5,975
    try doing this instead:

    C:CreateCreature("alora")
  • PaulaMigratePaulaMigrate Member Posts: 1,201
    In EE games use C:
    C:CreateCreature("alora")
  • SionIVSionIV Member Posts: 2,689
    sarevok57 said:

    try doing this instead:

    C:CreateCreature("alora")

    In EE games use C:
    C:CreateCreature("alora")

    That does work, thank you very much for the quick answer.
  • JuliusBorisovJuliusBorisov Member, Administrator, Moderator, Developer Posts: 22,724
    Oh, btw, in the open beta of the 2.5 patch you can use either C: or CLUAConsole:

    Welcome back, @SionIV !
Sign In or Register to comment.