コメント
このコメントは、【トピック】~カスタムメニューniへのコメントです。コメントの内容
コメントの内容(一番最初の投稿)
雷雲(投稿日:2011/11/10 19:11/10/11)
wikiのスクリプト/カスタムメニューに書いてあった奴をそのままコピペしてみたら、同じようにnullが出てたぜ(泣)
書いてあったやつ↓
setCustomParamMenuEnable(true)
setCustomParamMenuName("マイステータス")
setVariable("testParamValue", 1)
setVariable("testaParamValue", 28)
def onShowCustomParameter()
setCustomParamName(0, "test")
setCustomParamValue(0, getVariable("testParamValue"))
setCustomParamName(1, "testa")
setCustomParamValue(1, getVariable("testaParamValue"))
setCustomParamName(2, "delete")
setCustomParamValue(2, 30)
deleteCustomParam(2)
drawCustomParam()
imageHandle = showImagePosition(300, 32, 74)
speak("カスタムパラメーター長 ",
getCustomParamLength())
speak("getCustomParamMenuEnable = ",
getCustomParamMenuEnable(),
"\ngetCustomParamMenuName = ",
getCustomParamMenuName())
end
ダレカタスケテ
書いてあったやつ↓
setCustomParamMenuEnable(true)
setCustomParamMenuName("マイステータス")
setVariable("testParamValue", 1)
setVariable("testaParamValue", 28)
def onShowCustomParameter()
setCustomParamName(0, "test")
setCustomParamValue(0, getVariable("testParamValue"))
setCustomParamName(1, "testa")
setCustomParamValue(1, getVariable("testaParamValue"))
setCustomParamName(2, "delete")
setCustomParamValue(2, 30)
deleteCustomParam(2)
drawCustomParam()
imageHandle = showImagePosition(300, 32, 74)
speak("カスタムパラメーター長 ",
getCustomParamLength())
speak("getCustomParamMenuEnable = ",
getCustomParamMenuEnable(),
"\ngetCustomParamMenuName = ",
getCustomParamMenuName())
end
ダレカタスケテ
書いてあったやつ↓
setCustomParamMenuEnable(true)
setCustomParamMenuName("マイステータス")
setVariable("testParamValue", 1)
setVariable("testaParamValue", 28)
def onShowCustomParameter()
setCustomParamName(0, "test")
setCustomParamValue(0, getVariable("testParamValue"))
setCustomParamName(1, "testa")
setCustomParamValue(1, getVariable("testaParamValue"))
setCustomParamName(2, "delete")
setCustomParamValue(2, 30)
deleteCustomParam(2)
drawCustomParam()
imageHandle = showImagePosition(300, 32, 74)
speak("カスタムパラメーター長 ",
getCustomParamLength())
speak("getCustomParamMenuEnable = ",
getCustomParamMenuEnable(),
"\ngetCustomParamMenuName = ",
getCustomParamMenuName())
end
ダレカタスケテ