Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from ScottEricRichardson/ZombieSpookyHellos
Browse files Browse the repository at this point in the history
Hello Worlds in ZOMBIE
  • Loading branch information
ScottEricRichardson authored Oct 17, 2018
2 parents 78f6eac + 6970689 commit b52ddb2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Zombie/SpookyHelloWorlds.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b52ddb2

Please sign in to comment.