[Open]
[Close]
用制bind制既問題
小弟好鐘意係game入面玩語音...
之前係網上面發現每個角色都有一d自己既語音(即其他人用唔到, e.g. bill 既whao-ho-ho)....
咁我就幫佢地每人都整左個語音menu....
但我唔想每位入去都要打bind b "+Mouse_menu xxxx" xxxx係我用緊既角色既menu
我想用一個menu幫我bind個b制....如下
------------------------------------------------------------------------------------------------------------------
"charmenu,Survivor,Alive"
{
"Center"
{
"command" ""
"text" "which one?"
}
"North"
{
"command" "bind b "+Mouse_menu louis""
"text" "Louis"
}
"NorthEast"
{
"command" ""
"text" ""
}
"East"
{
"command" "bind b "+Mouse_menu zoey""
"text" "Zoey"
}
"SouthEast"
{
"command" ""
"text" ""
}
"South"
{
"command" "bind b "+Mouse_menu bill""
"text" "Bill"
}
"SouthWest"
{
"command" ""
"text" ""
}
"West"
{
"command" "bind b "+Mouse_menu francis""
"text" "Francis"
}
"NorthWest"
{
"command" ""
"text" ""
}
}
------------------------------------------------------------------------------------------------------------------
但我發現呢個根本用唔到....因為d引號撞哂
我想問應該點樣去set?