Re: On click with left Mouse Button
Posted: Sun Sep 29, 2013 4:38 am
Hi Mysblade..
This is what I have ATM..
defineObject{
name = "IObject",
baseObject = "scroll",
uiName = "Invisible",
class = "Item",
model = "assets/models/items/scroll.fbx",
gfxIndex = 30,
scroll = true,
weight = 0.3,
description = "ITEST",
}
cloneObject{
name = "IObject_2",
uiName = "Invisible 1",
baseObject = "IObject",
description = "Itest1",
}
This only works if I add this to my (init.lua) file
if ( item.name == "IObject" )then playSound("mine_horror04") end
Is there a way I can Copy the Invisisble Texture onto the (Scroll), like you have on the Invisisble Dragon statue you gave me.. I have Grimrock Model Toolkit and Gimp 2.. I tried to find the Texture (Invisible) in Grimrock Toolkit that is on the Dragon Object. There is no such Texture, except on your Model..
Cannot find it in under (Tools) Material Find/Replace.
This is what I have ATM..
defineObject{
name = "IObject",
baseObject = "scroll",
uiName = "Invisible",
class = "Item",
model = "assets/models/items/scroll.fbx",
gfxIndex = 30,
scroll = true,
weight = 0.3,
description = "ITEST",
}
cloneObject{
name = "IObject_2",
uiName = "Invisible 1",
baseObject = "IObject",
description = "Itest1",
}
This only works if I add this to my (init.lua) file
if ( item.name == "IObject" )then playSound("mine_horror04") end
Is there a way I can Copy the Invisisble Texture onto the (Scroll), like you have on the Invisisble Dragon statue you gave me.. I have Grimrock Model Toolkit and Gimp 2.. I tried to find the Texture (Invisible) in Grimrock Toolkit that is on the Dragon Object. There is no such Texture, except on your Model..
Cannot find it in under (Tools) Material Find/Replace.