コメント

このコメントは、【トピック】カスタムメニューへのコメントです。

コメントの内容

000 1  mini naoki(投稿日:2011/08/02 16:08/02/11)
どうも。原因は分かりませんが、とりあえず、
setCustomParamMenuEnable(true) 
setCustomParamMenuName("keyアイテム") 
setVariable("アイテム1", 1) 
setVariable("アイテム2", 0) 
def onShowCustomParameter() 
case speakWithSelect(3, 
    if getVariable("アイテム1")==1 
       "アイテム1" 
    elsif getVariable("アイテム2")==1 
       "アイテム2" 
    end, 
    "どのアイテムを使いますか?\n") 
  when 0 
     
  when 1 
 
end  
end

と打ってみてください。
私がよく使うスクリプトですので。

コメントの内容(一番最初の投稿)

000 1  mini naoki(投稿日:2011/08/02 16:08/02/11)
どうも。原因は分かりませんが、とりあえず、
setCustomParamMenuEnable(true) 
setCustomParamMenuName("keyアイテム") 
setVariable("アイテム1", 1) 
setVariable("アイテム2", 0) 
def onShowCustomParameter() 
case speakWithSelect(3, 
    if getVariable("アイテム1")==1 
       "アイテム1" 
    elsif getVariable("アイテム2")==1 
       "アイテム2" 
    end, 
    "どのアイテムを使いますか?\n") 
  when 0 
     
  when 1 
 
end  
end

と打ってみてください。
私がよく使うスクリプトですので。