How to spawn items using debug?
toonu
Member Posts: 15
I have this copied and pasted into my .ini file
'Program Options', 'Debug Mode', '1',
In game I press both ctrl+space to open the debug console yes?
To spawn the Chaos sword from Irenicus dungeon I should then type: CreateItem("sw2h16")
The sword is not spawning when I do this, so what am I doing incorrectly?
'Program Options', 'Debug Mode', '1',
In game I press both ctrl+space to open the debug console yes?
To spawn the Chaos sword from Irenicus dungeon I should then type: CreateItem("sw2h16")
The sword is not spawning when I do this, so what am I doing incorrectly?
0
Comments
CreateItem("sw2h16")
CreateItem: ("sw2h16")
CreateItem:("sw2h16")
CreateItem:(sw2h16)
CreateItem(sw2h16)
CreateItem(sw2h16,1)
CLUAConsole:CreateItem("sw2h16",1)
CreateItem("sw2h16",1)
CreateItem("sw2h16")
CLUAConsole:CreateItem("sw2h16")
CLUAConsole:CreateItem("SW2H16")
Trial and error sometimes pays off. I hope this helps others.