NAME

SetFortunDayNight
Set the way the fortune part is computed, at script level (do not overwrite proastro setting).
SetFortunDayNight to zero instruct proastro not to take into account day/night difference

SetFortunDayNight to 1 instruct proastro to take in account day/night difference

USAGE

SetFortunDayNight fortuntype

PARAMETERS

fortuntype is 0 for no day/night difference and 1 is for day/night difference

RETURN

none

OPTIONS

None

EXAMPLE

#SetFortunDayNight
SetFortunDayNight 0
PutTxt "Fortun Day Night is [GetFortunDayNight] must be 0"
SetFortunDayNight 1
PutTxt "Fortun Day Night is [GetFortunDayNight] must be 1"

Output:

Fortun Day Night is 0 must be 0
Fortun Day Night is 1 must be 1