; Establish standard Global variables needed by an script.
; Alter to your need, and insert at top of your Script file.
; Idea copyrighted by Donald Tidmore @ April 2002.
; --------------------------------------------------------
;
@label GLOBAL-VARS
@math &N30 = &Pge + 0         ; Store Gems on Hand.
@math &N31 = &Pht + 0         ; Store current Hitpoints.
@math &N32 = &Phx + 0         ; Store Max Hitpoints.
@math &N33 = &Pde + 0         ; Store Defense Points.
@math &N34 = &Pex + 0         ; Store Strength Points
@math &N35 = &Pgo + 0         ; Store Gold in Hand
; ------------------------------------------------------
@math &N36 = &Pba + 0         ; Store Gold in Bank
@math &N37 = &Pch + 0         ; Store Charm points
@math &N38 = &Pex + 0         ; Store Experience Points.
@math &N39 = &Pki + 0         ; Store # of Kids player has
@Math &N40 = &Pff + 0         ; Store Forest Fights for Day

; Revised file on April 19, 2002.
