Lares
Member
- Joined
- Feb 8, 2010
- Messages
- 315
- Reaction score
- 8
Hello i have small problem.
When i create wall floor or something on z6 (void place) in console is error:
I use doCreateItem function:
How i can create this wall on z6?
When i create wall floor or something on z6 (void place) in console is error:
Code:
[03/08/2010 13:54:46] [Error - Action Interface]
[03/08/2010 13:54:46] data/actions/scripts/cr8/cr8.lua:onUse
[03/08/2010 13:54:46] Description:
[03/08/2010 13:54:46] (luaDoCreateItem) Tile not found
I use doCreateItem function:
LUA:
doCreateItem(9123, 1, {x=1005, y=1015, z=6})
How i can create this wall on z6?