コメント
このコメントは、【トピック】お店へのコメントです。コメントの内容
コメントの内容(一番最初の投稿)
退会したユーザー(投稿日:2009/12/12 20:12/12/09)
店の人のスクリプトは以下の関数です
case speakWithSelect(5,
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"鉄のよろい 900 Gold",
"革の靴 500 Gold",
"何を買いますか?")
when 0
buyItem(1050, "鉄の剣", 1000)
when 1
buyItem(1051, "鉄の盾", 800)
when 2
buyItem(1052, "鉄の兜", 600)
when 3
buyItem(1053, "鉄のよろい", 900)
when 4
buyItem(1054, "革の靴", 500)
end
buyItem(1050, "鉄の剣", 1000)
左からID、アイテム名、値段です
商品を増やす場合、
「case speakWithSelect(5, 」の5の部分を商品の数にし、
「when」の部分に↑の数-1(0があるため)の数を追加
例
商品数13
case speakWithSelect(13,
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"鉄のよろい 900 Gold",
"革の靴 500 Gold",
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"鉄のよろい 900 Gold",
"革の靴 500 Gold",
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"何を買いますか?")
when 0
buyItem(1050, "鉄の剣", 1000)
when 1
buyItem(1051, "鉄の盾", 800)
when 2
buyItem(1052, "鉄の兜", 600)
when 3
buyItem(1053, "鉄のよろい", 900)
when 4
buyItem(1054, "革の靴", 500)
when 5
buyItem(1050, "鉄の剣", 1000)
when 6
buyItem(1051, "鉄の盾", 800)
when 7
buyItem(1052, "鉄の兜", 600)
when 8
buyItem(1053, "鉄のよろい", 900)
when 9
buyItem(1054, "革の靴", 500)
when 10
buyItem(1050, "鉄の剣", 1000)
when 12
buyItem(1051, "鉄の盾", 800)
when 13
buyItem(1052, "鉄の兜", 600)
end
と入力します
case speakWithSelect(5,
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"鉄のよろい 900 Gold",
"革の靴 500 Gold",
"何を買いますか?")
when 0
buyItem(1050, "鉄の剣", 1000)
when 1
buyItem(1051, "鉄の盾", 800)
when 2
buyItem(1052, "鉄の兜", 600)
when 3
buyItem(1053, "鉄のよろい", 900)
when 4
buyItem(1054, "革の靴", 500)
end
buyItem(1050, "鉄の剣", 1000)
左からID、アイテム名、値段です
商品を増やす場合、
「case speakWithSelect(5, 」の5の部分を商品の数にし、
「when」の部分に↑の数-1(0があるため)の数を追加
例
商品数13
case speakWithSelect(13,
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"鉄のよろい 900 Gold",
"革の靴 500 Gold",
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"鉄のよろい 900 Gold",
"革の靴 500 Gold",
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"何を買いますか?")
when 0
buyItem(1050, "鉄の剣", 1000)
when 1
buyItem(1051, "鉄の盾", 800)
when 2
buyItem(1052, "鉄の兜", 600)
when 3
buyItem(1053, "鉄のよろい", 900)
when 4
buyItem(1054, "革の靴", 500)
when 5
buyItem(1050, "鉄の剣", 1000)
when 6
buyItem(1051, "鉄の盾", 800)
when 7
buyItem(1052, "鉄の兜", 600)
when 8
buyItem(1053, "鉄のよろい", 900)
when 9
buyItem(1054, "革の靴", 500)
when 10
buyItem(1050, "鉄の剣", 1000)
when 12
buyItem(1051, "鉄の盾", 800)
when 13
buyItem(1052, "鉄の兜", 600)
end
と入力します
case speakWithSelect(5,
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"鉄のよろい 900 Gold",
"革の靴 500 Gold",
"何を買いますか?")
when 0
buyItem(1050, "鉄の剣", 1000)
when 1
buyItem(1051, "鉄の盾", 800)
when 2
buyItem(1052, "鉄の兜", 600)
when 3
buyItem(1053, "鉄のよろい", 900)
when 4
buyItem(1054, "革の靴", 500)
end
buyItem(1050, "鉄の剣", 1000)
左からID、アイテム名、値段です
商品を増やす場合、
「case speakWithSelect(5, 」の5の部分を商品の数にし、
「when」の部分に↑の数-1(0があるため)の数を追加
例
商品数13
case speakWithSelect(13,
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"鉄のよろい 900 Gold",
"革の靴 500 Gold",
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"鉄のよろい 900 Gold",
"革の靴 500 Gold",
"鉄の剣 1000 Gold",
"鉄の盾 800 Gold",
"鉄の兜 600 Gold",
"何を買いますか?")
when 0
buyItem(1050, "鉄の剣", 1000)
when 1
buyItem(1051, "鉄の盾", 800)
when 2
buyItem(1052, "鉄の兜", 600)
when 3
buyItem(1053, "鉄のよろい", 900)
when 4
buyItem(1054, "革の靴", 500)
when 5
buyItem(1050, "鉄の剣", 1000)
when 6
buyItem(1051, "鉄の盾", 800)
when 7
buyItem(1052, "鉄の兜", 600)
when 8
buyItem(1053, "鉄のよろい", 900)
when 9
buyItem(1054, "革の靴", 500)
when 10
buyItem(1050, "鉄の剣", 1000)
when 12
buyItem(1051, "鉄の盾", 800)
when 13
buyItem(1052, "鉄の兜", 600)
end
と入力します