Skip to content

Reqeust for some Quick Examples of using the Console

CallirgosCallirgos Member Posts: 105
Hi. I'm trying to use the console but I must be doing something wrong.

I'd like to spawn Xan next to me so I can review some changes.... without playing the game up to chapter 3.p1yv6ck5orlx.png

Comments

  • sarevok57sarevok57 Member Posts: 6,002
    this is happening because by the looks of it you are typing in the commands incorrectly, to use those console commands, they have to be typed in as such;

    C:CreateCreature("xan")

    C:SetCurrentXP("1000")

    and for future reference for items;

    C:CreateItem("xxx")

    replacing the xxx with the item code, so if you wanted a suit of platemail you would type it in as follows;

    C:CreateItem("plat01")
  • CallirgosCallirgos Member Posts: 105
    Thank you. I wasn't able to create Kagain though.

    C:CreateCreatuer("kagain")

    Is the above correct?
  • imnotgodimnotgod Member Posts: 27
    No you spelled Creature wrong
  • sarevok57sarevok57 Member Posts: 6,002
    C:CreateCreature("kagain")
  • CallirgosCallirgos Member Posts: 105
    Hands are epic fail.

    Thanks for the help!
Sign In or Register to comment.