home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
LORD
/
LADY_150.ZIP
/
UGLYSTIC.LDY
< prev
Wrap
Text File
|
2002-09-08
|
1KB
|
42 lines
; The Ugly-Stick Event v1.04. By Donald Tidmore. -- Fidonet 1:123/450
; Adapted from Michael's code to give alternative to his random
; generation of Charm points. 04/17/02: Using my own wording now.
; Email: donald.tidmore@usa.net -- Requires LORD v4.05+.
;
; This script is the "Naughty" one, it takes away 5 charm points.
; 08/12: v1.02 - Added line to show player revised Charm points.
; v1.04: Tested script under LORD 4.06.
;
@#UGLY-STICK
@display
`c
`%MEGA EVENT IN THE FOREST
`l
`@Uh Oh. You just got clobbered from behind. It's that
old man again. Looks like he's really mad about something.
`#He screams at you, and runs off! You're not lucky today.
`9The Old geezer just `$STOLE 5 CHARM `9from you!
`2You go onward, hoping you don't see him any more today.
@enddisplay
@math &N1 = &Pch + 0
@math &N2 = &N1 - 5
@set &Pch to &N2
@writeln
@writeln `@Your `$Charm `@was dropped to `$&N2 points.
@writeln
@if &Pch < 1 1 ; Added this 08/16/02.
@begin
@set &Pch to 1
@writeln `$The Fates are kind today. You find a `9Charm Point
@writeln `$lying on the ground that someone lost.
@end
@endif 1
@hitakey ; Needed for viewing screen under LORD 4.06.
@endquest