Questions about the Worldmap.txt file

I Must Be Crazy 2

First time out of the vault
When editting the Worldmap.txt file:

1. Will I receive an error message if the percentages assigned for random encounters at a certain region of the map don't add up to 100?

2. How would I specify the player character's Luck primary stat in the Worldmap.txt file?
 
1 No

2 Well if you want to modify players luck then you can't, but you can test it using this:
Code:
; If:<something> -- conditionals, allows <,>,<=,>=,==,& as well as tests
;    on Player(<stat/attribute/skill/etc.>), Enctr(Num_Critters),
;    Time, Global(<variable index>), Rand(Chance%)
 
Back
Top