A question about How touse Cliloc in GUMP
Posted: Mon Jun 05, 2017 10:31 pm
I found Gump texts have many scripts
like
How could I use cliloc in GUMP
Could some one make a sample for me?
Thx.
like
orGFTextEntry(gump, 360, 133, 250, 25, 35, "Text Entry #1");
orGFTextLine(gump, 25, 25, 1153, "Standard text");
or some likeGFTextMid(gump, 15, 100, 610, 1153, "whatever");
I feel confused.Var mygump := {
"Page 0",
"ReSizePic 350 220 3600 150 120",
"Text 390 240 2494 0",
"Button 370 242 2118 2117 1 0 1",
"Text 390 260 2494 1",
"Button 370 262 2118 2117 1 0 2",
"Text 390 280 2494 2",
"Button 370 282 2118 2117 1 0 3",
"Text 390 300 2494 3",
"Button 370 302 2118 2117 1 0 4"
};
Var mygumptext := {
"A",
"b",
"C",
"D"
};
Var Effect := SendDialogGump( who, mygump, mygumptext );
How could I use cliloc in GUMP
Could some one make a sample for me?
Thx.