「二次爆発スクリプト」の変更履歴

ナビゲーションに移動 検索に移動

差分の選択: 比較したい版のラジオボタンを選択し、Enterキーを押すか、下部のボタンを押します。
凡例: (最新)=最新版との比較、(前)=直前の版との比較、=細部の編集

2023年3月14日 (火)

  • 最新 12:562023年3月14日 (火) 12:56Monotone トーク 投稿記録 1,110バイト +1,110 ページの作成:「弾薬箱などが二次爆発します。大爆発させたいときに。 AmmoBoxなどのInit欄に<pre> t=[this] execVM "scripts\AmmoExplosive.sqf" </pre>などと書いて使用します。<pre> // AmmoExplosive.sqf if(not isServer) exitWith{}; _ammo = _this select 0; _pos = [getPos _ammo select 0, getPos _ammo select 1, 0.5]; waitUntil{not alive _ammo}; _bombs = [ "ARTY_Sh_81_HE", "GrenadeHand", "GrenadeHand", "GrenadeHand", "GrenadeHand", "GrenadeHan…」 タグ: ビジュアルエディター