x77x 
Master
 
Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4
![]()
|
IFs possible in the text portion of a gump?
Code:
[DIALOG d_capture]
30, 50
nomove
gumppic 0 0 5593//5528
.
.
.
button 480 170 247 249 1 0 1//okay
button 560 170 241 243 1 0 2//cancel
//
IF <uid.040004100>
text 90 150 <more> 4//brit-xuchang
ELSE
IF <uid.040004101>
text 10 90 <more> 5//yew-changan
ELSE
IF <uid.040004102>
text 150 120 <more> 6//cove-luoyang
ELSE
IF <uid.040004103>
text 185 45 <more> 7//minoc-ye
ELSE
IF <uid.040004104>
text 165 90 <more> 8//wind-xiapi
ELSE
IF <uid.040004105>
text 200 70 <more> 9//vesper-shouchun
ELSE
IF <uid.040004106>
text 320 105 <more> 10//moonglow-jianye
ELSE
IF <uid.040004107>
text 180 200 <more> 11//bucs-jiangling
ELSE
IF <uid.040004108>
text 250 110 <more> 12//njulem-chaisang
ELSE
IF <uid.040004109>
text 255 198 <more> 13//magincia-jiangxia
ELSE
IF <uid.04000410a>
text 240 240 <more> 14//ocllo-changsha
ELSE
IF <uid.04000410b>
text 120 255 <more> 15//trinsic-chengdu
ELSE
IF <uid.04000410c>
text 20 205 <more> 16//skara-hanzhong
ELSE
IF <uid.04000410d>
text 200 320 <more> 17//serpents-yongan
ELSE
IF <uid.04000410e>
text 80 350 <more> 18//jhelom-jiangzhou
ELSE
IF <uid.04000410f>
text 412 290 <more> 19//papua-jianning
ELSE
IF <uid.040004110>
text 381 365 <more> 20//delucia-yunnan
ELSE
IF <uid.040004111>
text 280 35 <more> 21//snowlands xiang ping
ELSE
IF <uid.040004112>
text 318 218 <more> 22//seaport ping yuan
ELSE
IF <uid.040004113>
text 335 325 <more> 23//fireisland wu
ELSE
IF <uid.040004114>
text 188 8 <more> 24//northlands ji
[DIALOG d_capture TEXT]
Capture the town of
//<name>
<name>
.
.
.
its finding the name correctly, but it is NOT moving it around the dialog...
its place the name in the first spot - text 90 150
Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 10-27-2015 07:43 AM by x77x.)
|
|
10-27-2015 06:37 AM |
|
|