Summoning .cre files with CLUAConsole
Sarevokok
Member Posts: 171
How do I do this? All the old CRE filenames I used in bg2 don't work for EE, goes for BGEE and BG2EE. I've tried using nearinfinity to find the .crefiles and use those names, didn't work either. I can't find anything on this subject. Basically I want to summon dragons, liches, golems, etc. I have an arena setup on a ToB save
0
Comments
CLUAConsole:CreateCreature("GIBBER01")
Please note that on the Enhanced Edition you can also use the following shortcut:
C:CreateCreature("GIBBER01")
I was just doing CLUAConsole:CreateCreature(GIBBER01)