From 6970689b3d94f485a1703b506bfcb574112786dd Mon Sep 17 00:00:00 2001 From: ScottEricRichardson <44217214+ScottEricRichardson@users.noreply.github.com> Date: Tue, 16 Oct 2018 22:25:29 -0400 Subject: [PATCH] Add files via upload Hello World! from each entity (zombie, ghost, vampire, demon, djinn) --- Zombie/SpookyHelloWorlds.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Zombie/SpookyHelloWorlds.txt diff --git a/Zombie/SpookyHelloWorlds.txt b/Zombie/SpookyHelloWorlds.txt new file mode 100644 index 000000000..ed06e4c79 --- /dev/null +++ b/Zombie/SpookyHelloWorlds.txt @@ -0,0 +1,34 @@ +HelloWorld is a zombie +summon + task SayHelloZombie + say "Hello World! from zombie" + animate +animate + +HelloWorld is a ghost +summon + task SayHelloGhost + say "Hello World! from ghost" + animate +disturb + +HelloWorld is a vampire +summon + task SayHelloVampire + say "Hello World! from vampire" + animate +bind + +HelloWorld is a demon +summon + task SayHelloDemon + say "Hello World! from demon(s)\n" + animate +bind + +HelloWorld is a djinn +summon + task SayHelloDjinn + say "Hello World! from djinn\n" + animate +bind \ No newline at end of file