auto increase

Topics regarding Scripting with Reality Factory
Post Reply
Veleran
Posts: 891
Joined: Mon Aug 22, 2005 10:22 am
Location: Greece

auto increase

Post by Veleran » Thu Sep 08, 2011 9:54 am

cant get the syntax to work ,health and mana increase but stamina not..

;
; misc information
;
[Misc]
; name of attribute designated auto increase
attributename = health
; number of seconds before attribute increases by 1
recoverytime = 2
; name of attribute designated auto increase
attributename0 = stamina
; number of seconds before attribute increases by 1
recoverytime0 = 0.25
attributename1 = mana
; number of seconds before attribute increases by 1
recoverytime1 = 0.25

Veleran
Posts: 891
Joined: Mon Aug 22, 2005 10:22 am
Location: Greece

Re: auto increase

Post by Veleran » Thu Sep 08, 2011 9:56 am

No-got it now--should use 1 instead 0.

;
; misc information
;
[Misc]
; name of attribute designated auto increase
attributename = health
; number of seconds before attribute increases by 1
recoverytime = 2
; name of attribute designated auto increase
attributename1 = stamina
; number of seconds before attribute increases by 1
recoverytime1 = 0.25
attributename2 = mana
; number of seconds before attribute increases by 1
recoverytime2 = 0.25

Post Reply