But first check the ridicolous Gump i made to make this easier.
http://img131.imageshack.us/my.php?image=gumps2gq.jpg
There it is, and to make it even easier i post the code:
Code: Select all
use uo;
use os;
include "include/attributes";
program Gumpquestion( who )
var gflayout := {
"nodispose",
"nomove",
"page 0",
"resizepic 55 105 2620 290 200",
"text 145 120 32 0",
"page 1",
"text 80 160 50 1",
"text 80 175 50 2",
"text 80 190 50 3",
"text 80 205 50 4",
"text 80 245 50 5",
"button 300 240 2472 2473 ? ? ?"
};
var gfdata := {
"Gump Question!",
"My Gump Question, Read Below!",
"I would be Extremely glad",
"if someone could help me ;)",
"Read Question below please!",
"Click here to get an spellbook"
};
SendDialogGump( who, gflayout, gfdata );
endprogram
created in your backpack?
Do i need to use another code?
If you know where a guide is, i also would be extremely happy!
Ive already read Lystramons guide though.
But if you help me in here i would be even happier!
Please help me
Thanks.