Hi epvp,
I want to ask, if there is any possibility to set quest backround for entire quest. For example when I want to set backround to quest like this one:
quest mall begin
state start begin
when 9003.chat."Mall" begin
npc.open_shop(1)
setskin(NOWINDOW)
end
when 9003.chat."Mall2" begin
npc.open_shop(2)
setskin(NOWINDOW)
end
end
end
And my next question is if there is any possibility to change look of the quest buttons.
Thanks for every advice!