home *** CD-ROM | disk | FTP | other *** search
- ;File for the mystery forests and Dark Forest (tm)
-
- @#TREE
- ;Dead tree in the Mystery Forest
- @DO SAYBAR
- `2You hear the tree whisper "Join me..."
- @do moveback
-
- @#SIGN
- ;Sign outside the mystery forest entrance
- @DO SAYBAR
- `bWarning:`2 Dark Forest area condemned by GreenTree Council.
- @do moveback
-
- @#DARKSIGN
- ;When enter the Dark Forest
- @DO SAYBAR
- `2You ... feel this is a dark & evil place
-
- @#ENTER
- ;When enter the Mystery Forest
-
- @IF &lasty is 11 then do
- @BEGIN
- @DO SAYBAR
- `2You're glad to get out of that place.
- @CLOSESCRIPT
- @END
-
- @BUSY
- @DO `v01 is 1
- @SHOW
- `r0`c `r1 You feel darkness is just beyond this path... `r0
-
- `2After reading the sign you realize only a complete fool would risk
- s&his life by going in there. You can't help but remember your mother's
- stories, and the time your uncle came back bleeding, buck naked and
- speaking in unknown tongues.
-
- @DO WRITE
- `x`x
- @CHOICE
- Ignore the warnings; your mind is too strong for these tricks
- Heed the warnings and run back to mommy
- @IF RESPONSE IS 1 THEN DO
- @Begin
- @Show
- `\`\ `2Illusions are for the weak, you will not falter.
- `\`k
- @DRAWMAP
- @UPDATE
- @DO SAYBAR
- `2You feel a chill as you pass the gate.
- @CLOSESCRIPT
- @End
- @IF RESPONSE IS 2 THEN DO
- @Begin
- @Show
- `\`\ `2You are wise, and may live to fight another day.
- `\`k
- @DO MOVEBACK
- @DRAWMAP
- @UPDATE
- @CLOSESCRIPT
- @End
-
- @#monster1
- @fight
- ;name
- Dark Tree
- ;string said when you see him
- You walk too close to the woods ... A branch lashes out!
- ;power move kill string
- Better replant something for that one!
- ;sex - 1 is male, 2 is female, 3 is it
- 3
- ;weapon and strength for the weapon, up to 5
- branches out & hits|12
- gives you its wood|26
- slashes you with its broken branches|17
- NONE|NONE
- NONE|NONE
- ;defense
- 17
- ;gold reward
- 89
- ;experience
- 45
- ;hit points
- 70
- ;if win: ref file|name or NONE
- NONE|NONE
- ;if lose: ref file|name or NONE
- GAMETXT.REF|DIE
- ;if runs: ref file|name or NONE
- NONE|NONE
-
- @#monster2
- @fight
- ;name
- Dark Elf
- ;string said when you see him
- A bow pokes out from the woods ...
- ;power move kill string
- `$"Dark, dead, I'm the one with the gun" `2you laugh.
- ;sex - 1 is male, 2 is female, 3 is it
- 3
- ;weapon and strength for the weapon, up to 5
- makes contact with an arrow|14
- stabs you with his wooden dagger|8
- punctures your leg, ouch|16
- NONE|NONE
- NONE|NONE
- ;defense
- 0
- ;gold reward
- 66
- ;experience
- 76
- ;hit points
- 80
- ;if win: ref file|name or NONE
- NONE|NONE
- ;if lose: ref file|name or NONE
- GAMETXT.REF|DIE
- ;if runs: ref file|name or NONE
- NONE|NONE
-
- @#monster3
- @fight
- ;name
- Dark Wolf
- ;string said when you see him
- A howling sound approaches
- ;power move kill string
- `$"Put em on the endangered species list."
- ;sex - 1 is male, 2 is female, 3 is it
- 3
- ;weapon and strength for the weapon, up to 5
- takes a bite of your leg|8
- slashes with its claws|7
- introduces your ankle to his teeth|14
- NONE|NONE
- NONE|NONE
- ;defense
- 5
- ;gold reward
- 76
- ;experience
- 48
- ;hit points
- 55
- ;if win: ref file|name or NONE
- NONE|NONE
- ;if lose: ref file|name or NONE
- GAMETXT.REF|DIE
- ;if runs: ref file|name or NONE
- NONE|NONE
-
- @#monster4
- @fight
- ;name
- Ghost
- ;string said when you see him
- You hope that thing approaching is just a trick of light!
- ;power move kill string
- You have killed the undead. Not bad.
- ;sex - 1 is male, 2 is female, 3 is it
- 3
- ;weapon and strength for the weapon, up to 5
- laughs at you|0
- takes you to the other side|15
- grabs at your soul|30
- NONE|NONE
- NONE|NONE
- ;defense
- 29
- ;gold reward
- 276
- ;experience
- 167
- ;hit points
- 90
- ;if win: ref file|name or NONE
- NONE|NONE
- ;if lose: ref file|name or NONE
- GAMETXT.REF|DIE
- ;if runs: ref file|name or NONE
- NONE|NONE
-
- @#monster5
- @fight
- ;name
- Evil Elf
- ;string said when you see him
- You trip over an outstreched foot, whoever did that is evil
- ;power move kill string
- now he's evil and crippled, nobody trips you
- ;sex - 1 is male, 2 is female, 3 is it
- 3
- ;weapon and strength for the weapon, up to 5
- uses his quarterstaff on your head|8
- contacts you with his foot|10
- stabs with a wooden dagger|6
- NONE|NONE
- NONE|NONE
- ;defense
- 4
- ;gold reward
- 29
- ;experience
- 17
- ;hit points
- 40
- ;if win: ref file|name or NONE
- NONE|NONE
- ;if lose: ref file|name or NONE
- GAMETXT.REF|DIE
- ;if runs: ref file|name or NONE
- NONE|NONE
-
- @#monster6
- @fight
- ;name
- Bear
- ;string said when you see him
- You hear the roar of something big ... not good
- ;power move kill string
- hey, smokey take that!
- ;sex - 1 is male, 2 is female, 3 is it
- 3
- ;weapon and strength for the weapon, up to 5
- bites your good hand|9
- claws your chest|10
- lunges at you, claws out|7
- NONE|NONE
- NONE|NONE
- ;defense
- 6
- ;gold reward
- 25
- ;experience
- 19
- ;hit points
- 45
- ;if win: ref file|name or NONE
- NONE|NONE
- ;if lose: ref file|name or NONE
- GAMETXT.REF|DIE
- ;if runs: ref file|name or NONE
- NONE|NONE
-
-
- @#FIGHT1
- @busy
- @do `p20 random 4 1
- @do goto monster`p20
-
- @#FIGHT2
- @busy
- @do `p20 random 2 5
- @do goto monster`p20
-
- @#done
-