From 86d47a243e1a135b711d407fbbcdeed3e0d20274 Mon Sep 17 00:00:00 2001 From: via Date: Fri, 25 Nov 2022 12:22:41 +0000 Subject: [PATCH] Update 'SillyScripts' --- SillyScripts.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SillyScripts.md diff --git a/SillyScripts.md b/SillyScripts.md new file mode 100644 index 0000000..7c0cf46 --- /dev/null +++ b/SillyScripts.md @@ -0,0 +1,9 @@ +# Attach GBUs +``` +_expl1 = "Bo_GBU12_LGB" createVehicle position player; _expl1 attachTo [player, [-0.1, 0.1, 0.15], "Pelvis"]; _expl1 setVectorDirAndUp [ [0.5, 0.5, 0], [-0.5, 0.5, 0] ]; _expl2 = "Bo_GBU12_LGB" createVehicle position player; _expl2 attachTo [player, [0, 0.15, 0.15], "Pelvis"]; _expl2 setVectorDirAndUp [ [1, 0, 0], [0, 1, 0] ]; _expl3 = "Bo_GBU12_LGB" createVehicle position player; _expl3 attachTo [player, [0.1, 0.1, 0.15], "Pelvis"]; _expl3 setVectorDirAndUp [ [0.5, -0.5, 0], [0.5, 0.5, 0] ]; +``` + +# Attach Chicken +``` +_expl1 = "Cock_random_F" createVehicle position player; _expl1 attachTo [player, [-0.1, 0.1, 0.15], "Head"]; _expl1 setVectorDirAndUp [ [0.5, 0.5, 0], [-0.5, 0.5, 0] ]; +``` \ No newline at end of file