Hello!
I wonder if anyone could help me with a button question it would be great!
My question is to make so if you click a button it will start the script "kill"..
too make it an easy example.
soo take a look at this:
Code:
"nodispose",
"nomove",
"page 0",
"resizepic 55 55 9250 550 450",
"text 260 120 123 0",
"button 295 120 4017 4019 0 2 1"
};
var gfdata := {
".Kill"
};
var choice := SendDialogGump( who, gflayout, gfdata );
if(choice[0] == 1)
[u]What shall i write in here to start the script "kill"?[/u]
endif
Thats just some parts of the script
I tried with Start_Script etc.. but it didnt work
I appreciate all replies
Thanks.