Code: Select all
function hiddencorpse1()
self.go:spawn("floor_corpse")
self.go:spawn("skull")
self.go:spawn("dig_hole")
self.go:spawn("rapier")
self.go:spawn("note")
--note.scrollitem:setScrollText("This place will be your end.\n\n Draco")
hudPrint("You have found a buried body")
for i = 1, 4, 1 do
party.party:getChampion(i):gainExp(250)
end
hudPrint("250 exp")
playSound("secret")
end

self.go:spawn("note","note1a") but does not work.