|
楼主 |
发表于 2023-7-6 23:41:33
|
显示全部楼层
可视商店太丑了!!!我自己写的
<╭⌒╮┅~ ¤ ╭⌒╮ ╭⌒╮ /AUTOCOLOR=250,242,253,254,151>\
<╭⌒╭⌒╮╭⌒╮~╭⌒╮︶︶, ︶︶/AUTOCOLOR=250,242,253,254,151>\
<,︶︶︶︶,''︶~~ ,''~︶︶ ,''/AUTOCOLOR=250,242,253,254,151>\
<╱◥██◣ ╱◥██◣/SCOLOR=243> <欢迎光临!/SCOLOR=250><买药品/@buy> <卖药品/@sell>\
<︱田︱田︱ ︱田︱田︱/SCOLOR=243> <请选择你要购买的药品!/SCOLOR=250> \
<╬╬╬╬╬╬╬╬╬╬╬╬╬╬ /SCOLOR=250> <下为批量购买!数量1--100/SCOLOR=250>\
\
<ItemShow:464:110:0:0:1:0:0/@@InPutInteger1> <ItemShow:465:330:0:0:1:0:0/@@InPutInteger2>
<ItemShow:466:550:0:0:1:0:0/@@InPutInteger3> <ItemShow:467:110:0:0:1:0:0/@@InPutInteger4>
<ItemShow:468:330:0:0:1:0:0/@@InPutInteger5> <ItemShow:469:550:0:0:1:0:0/@@InPutInteger6>\
[@InPutInteger1]
#ACT
FORMULATION <$STR(N1)>*110 N11
#IF
CheckGold <$STR(N11)>
LARGE N1 0
SMALL N1 101
#ACT
GOLDCOUNT - <$STR(N11)>
Give 金创药 <$STR(N1)>
#ELSEACT
MessageBox \金币不足!请正确输入数量(1-100)。
Break
[@InPutInteger2]
#ACT
FORMULATION <$STR(N2)>*330 N22
#IF
CheckGold <$STR(N22)>
LARGE N2 0
SMALL N2 101
#ACT
GOLDCOUNT - <$STR(N22)>
Give 强效金创药 <$STR(N2)>
#ELSEACT
MessageBox \金币不足!请正确输入数量(1-100)。
Break
[@InPutInteger3]
#ACT
FORMULATION <$STR(N3)>*550 N33
#IF
CheckGold <$STR(N33)>
LARGE N3 0
SMALL N3 101
#ACT
GOLDCOUNT - <$STR(N33)>
Give 超级金创药 <$STR(N3)>
#ELSEACT
MessageBox \金币不足!请正确输入数量(1-100)。
Break
[@InPutInteger4]
#ACT
FORMULATION <$STR(N4)>*110 N44
#IF
CheckGold <$STR(N44)>
LARGE N4 0
SMALL N4 101
#ACT
GOLDCOUNT - <$STR(N44)>
Give 魔法药 <$STR(N4)>
#ELSEACT
MessageBox \金币不足!请正确输入数量(1-100)。
Break
[@InPutInteger5]
#ACT
FORMULATION <$STR(N5)>*330 N55
#IF
CheckGold <$STR(N55)>
LARGE N5 0
SMALL N5 101
#ACT
GOLDCOUNT - <$STR(N55)>
Give 强效魔法药 <$STR(N5)>
#ELSEACT
MessageBox \金币不足!请正确输入数量(1-100)。
Break
[@InPutInteger6]
#ACT
FORMULATION <$STR(N6)>*550 N66
#IF
CheckGold <$STR(N66)>
LARGE N6 0
SMALL N6 101
#ACT
GOLDCOUNT - <$STR(N66)>
Give 超级魔法药 <$STR(N6)>
#ELSEACT
MessageBox \金币不足!请正确输入数量(1-100)。
Break |
|