This repository has been archived by the owner on Oct 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ScottEricRichardson/ZombieSpookyHellos
Hello Worlds in ZOMBIE
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |