引用:
原帖由 samhon011328 於 2009-8-13 08:56 PM 發表 
如果搞唔掂索性試下呢個方法 ( 未經測試 )
------------------------------------------------------------------------------------------------------------------
"charmenu,Survivor,Alive"
{
"Center"
{
"command" ""
"text" "which one?"
}
"North"
{
"command"
"exec Louis"
"text" "Louis"
}
"NorthEast"
{
"command" ""
"text" ""
}
"East"
{
"command"
"exec Zoey"
"text" "Zoey"
}
"SouthEast"
{
"command" ""
"text" ""
}
"South"
{
"command"
"exec Bill"
"text" "Bill"
}
"SouthWest"
{
"command" ""
"text" ""
}
"West"
{
"command"
"exec Francis"
"text" "Francis"
}
"NorthWest"
{
"command" ""
"text" ""
}
}
------------------------------------------------------------------------------------------------------------------
再喺 Folder cfg 開四個 *.cfg file
1 : Louis.cfg
bind "b" "+Mouse_menu Louis"
2 : Zoey.cfg
bind "b" "+Mouse_menu Zoey"
3 : Bill.cfg
bind "b" "+Mouse_menu Bill"
4 : Francis.cfg
bind "b" "+Mouse_menu Francis"
[
本帖最後由 SK 於 2009-8-14 12:35 編輯 ]