Huzzah! That worked. Now on to my next challenge.petri wrote:Try this:
local note = spawn("note")
note:setScrollImage("mod_assets/textures/scroll_images/map.dds")
party:getChampion(1):insertItem(7, note)
Should be a bit easier to read too
Images on Scrolls?
Re: Images on Scrolls?
Re: Images on Scrolls?
Is there code that i can add to this for a rune image
defineObject{
name = "scroll_chainlightning",
class = "Item",
uiName = "Scroll of Chain Lightning",
model = "assets/models/items/scroll_spell.fbx",
gfxIndex = 113,
scroll = true,
spell = "chain_lightning",
weight = 0.3,
}
thx,
LG
defineObject{
name = "scroll_chainlightning",
class = "Item",
uiName = "Scroll of Chain Lightning",
model = "assets/models/items/scroll_spell.fbx",
gfxIndex = 113,
scroll = true,
spell = "chain_lightning",
weight = 0.3,
}
thx,
LG
Dungeon Master and DOOM will live forever.
Re: Images on Scrolls?
Nevermind I got it to work.
Thx,
LordGarth
Thx,
LordGarth
Dungeon Master and DOOM will live forever.
Re: Images on Scrolls?
Great all new spell scrolls made and tested. If only new textures for spells worked.
LG
LG
Dungeon Master and DOOM will live forever.