UID120167
帖子
精華
主題
積分972
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限10
註冊時間2008-12-14
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 慵懶 2014-12-13 01:55 PM |
---|
簽到天數: 37 天 連續簽到: 1 天 [LV.5]常住居民I
|
aldebaran.gat,133,117,5 script 死小孩 706,{
if (tipflag == 0) goto start;
if (countitem(7712)>=1) goto OK;
if (tipflag < 3 && tipflag >= 1) goto c021;
if (tipflag == 4 ) goto end;
if(countitem(2730)>=1) goto end1;
start:
mes "[吉太]";
mes "嗚~~~~~(吉太哭著說)";
next;
menu "怎麼了?",a01,"又是煩人的小鬼..",a02;
a01:
mes "[吉太]";
mes "我的手機被搶走了...";
mes "那是我在路邊撿到最棒的手機";
mes "我該怎麼辦...";
next;
menu "是被誰搶走的呢?",b01,"那你哭死好了,我無能為力",a021;
b01:
mes "[吉太]";
mes "我不知道..我只知道他是一個在波利島上^3355FF粉紅色又像球的東西^000000";
next;
menu "那什麼鬼東西阿..",c01,"好!那我去幫你找回來",c02;
c02:
mes "[吉太]";
mes "真的嗎..真是太感謝你了(吉太似乎高興了起來的說)";
set tipflag,tipflag+1;
close;
a02:
mes "[吉太]";
mes "吉太越哭越大聲";
close;
a021:
mes "[吉太]";
mes "吉太越哭越大聲";
close;
c01:
mes "[吉太]";
mes "我哪知道啦(吉太大哭著說)";
close;
c021:
mes "[吉太]";
mes "找到了嗎?";
close;
OK:
if(countitem(7712)<1) goto byebye;
delitem 7712,1;
mes "[吉太]";
mes "太好了...我的手機...謝謝你^^";
next;
mes "["+strcharinfo(0)+"]";
mes "嗯..下次要注意好唷..";
mes "[吉太]";
mes "嗯!我會的~這個就做為吉太的保證物好了";
getitem 2730,1;
set tipflag,tipflag+1;
close;
end:
mes "[吉太]";
mes "呵呵呵~我的手機^^";
mes "["+strcharinfo(0)+"]";
mes "(他一定不知道那不只是手機...)";
close;
end1:
mes "[吉太]";
mes "呵呵呵~我的手機^^";
mes "["+strcharinfo(0)+"]";
mes "(他一定不知道那不只是手機...)";
close;
byebye:
mes "[吉太]";
mes "我的手機啦!(吉太大哭的說)";
close;
}
以上是我自己做的腳本
請問這個哪裡有問題嗎?
這是JA的腳本 |
|