分享到新浪微博 分享到QQ空间 打印

[疑问] 劇本的問題....

劇本的問題....

我在教學中抄了這個劇本                                                              (那個教學帖:http://poketb.com/bbs/viewthread.php?tid=3406&extra=page%3D2
复制内容到剪贴板
代码:
#org $Startscript
Lock
Faceplayer
checkflag 0x200
if B_TRUE goto $GotCookie
message $AskMe
$AskMe 1 = Would you like a Lava Cookie?
boxset 5
compare LASTRESUILT B_TRUE
if B_False goto $DontGet
giveitem 0x26 1
setflag 0x200
Release
end

#ORG $GotCookie
Lock
Faceplayer
message $NoCookie
$NoCookie 1 = I'm not made of cookies!\lYou only get one.
boxset 6
release
end

#ORG $DontGet
Lock
Faceplayer
message $AllMine
$AllMine 1 = All the more for me!
boxset 6
release
end
在game中,我選擇no,但是也把cookie給我-3-
要怎樣才可以選擇no.不給cookie?

TOP

没看出来有什么问题。这个脚本应该是正确的,估计是其它细节你可能犯了点小错,比如测试的时候没有刷新地图等。

另外PokeScript这个软件已经过时了,现在都用XSE或者PKSV了……


想死你们了!

TOP

O,那麼我去學xse XDD                (努力學....
本帖最近评分记录

TOP

问一下,这个有什么用啊

TOP