I try to search Script for this but can't found one.
So I try to made it by Event.
I made Picture of Number 0-9.
Create an Event with Condition brunch to check if this variable (Named Killing Spree) = 0 Show Picture'0'
if this variable (Named Killing Spree) = 1 Show Picture'1' blah blah .
But the problem is when The variable reached to ten.
I don't know how to made how to reset Ones Place number to 10.
Same as Tens Place I don't know how to reset it to 0 when reached at 100.
And... another queastion this is not serious problem but I just curious.
why I can't use "Equal or Less" and "Equal or Greater"
When I try to make [if Killing Spree < 10] Show 0 (at Tens Place) ,[if Killing Spree >=10] Show 1 then it's not work.
But when I change to [if Killing Spree >9] it work with out problem.
I'm pretty sure I was use <=,>= a lot of time in my C# class at college but it never work on RMXP. (I has this problem when I try to made my custome HP Gauge to)
I try to search Script for this but can't found one.
So I try to made it by Event.
I made Picture of Number 0-9.
Create an Event with Condition brunch to check if this variable (Named Killing Spree) = 0 Show Picture'0'
if this variable (Named Killing Spree) = 1 Show Picture'1' blah blah .
But the problem is when The variable reached to ten.
I don't know how to made how to reset Ones Place number to 10.
Same as Tens Place I don't know how to reset it to 0 when reached at 100.
And... another queastion this is not serious problem but I just curious.
why I can't use "Equal or Less" and "Equal or Greater"
When I try to make [if Killing Spree < 10] Show 0 (at Tens Place) ,[if Killing Spree >=10] Show 1 then it's not work.
But when I change to [if Killing Spree >9] it work with out problem.
I'm pretty sure I was use <=,>= a lot of time in my C# class at college but it never work on RMXP.
(I has this problem when I try to made my custome HP Gauge to)
Edited by cdaz
Share this post
Link to post
Share on other sites