Reqeust for some Quick Examples of using the Console
Callirgos
Member Posts: 105
in BG:EE Mods
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.
I'd like to spawn Xan next to me so I can review some changes.... without playing the game up to chapter 3.
0
Comments
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")
C:CreateCreatuer("kagain")
Is the above correct?
Thanks for the help!