Jump to content

Need some scripting help. Thx


spinat

Recommended Posts

Hi everybody!!! Im currently working on CRI-Squad Mod: http://www.fallout3nexus.com/downloads/file.php?id=1537

 

My problem is i cant make an Regeneration effect.. it just doesnt work..

 

 

here is my variant.

 

#####code#######

float timer


begin ongamemode

set timer to 10

if timer > 0
  set timer  to 10 -GetSecondsPassed
  else
  RestoreActorValue Health 10 
endif  

end


#############

 

Make any suggestions... plz help me to make the better mod for you!

Link to comment
Share on other sites

Hi everybody!!! Im currently working on CRI-Squad Mod: http://www.fallout3nexus.com/downloads/file.php?id=1537

 

My problem is i cant make an Regeneration effect.. it just doesnt work..

 

 

here is my variant.

 

#####code#######

float timer


begin ongamemode

set timer to 10

if timer > 0
  set timer  to 10 -GetSecondsPassed
  else
  RestoreActorValue Health 10 
endif  

end


#############

 

Make any suggestions... plz help me to make the better mod for you!

 

 

 

THANKS everybody but i no longer need your help... i solved it... thread can be closed ..

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...