Help - Search - Members - Calendar
Full Version: SBS 3.4 Regen Problem
RPG RPG Revolution Forums > Scripting > Script Development and Support > RGSS2
Penguin
It's not like anybody is going to answer this, anyway.

I set up a condition for a Regen state in Tankentai 3.4:

CODE
   when 19 # Regen
      return [["hp", 0, -10, true, true]]


And put this in the state's notebox:

CODE
<slip: hp, 0, -10%>


But it's not working. Does anybody know what the problem is?
Night_Runner
There there, Mr. Penguin.

I'll be honest, I was going to skip this topic since there wasn't any d/l links for the Tankentai, and I really didn't want to waste my time on Google looking for it, and your code when 19 # Regen... is completely useless to me (imagine if I told you to change state.slip_damage to state.slip_extension and left it at that, would you come back and ask me what line/script that's from?)

But I'm in a good mood happy.gif

Img1


Should become

Img2


And that will fix the Tankentai so it works properly.


The other problem is your note in the state's notebox, it should read:
CODE
<slip: "hp", 0, -10>


If you want I can upload the demo I'm using if more problems arise happy.gif
Penguin
Um... okay?

Thank you very much. lock.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.