how flexible IS the text object?
i'm trying to setup a hp counter and the action i'm trying to use to achieve this is:
Text: Set text to RedCastle.Value('HPcurrent') + "/" + RedCastle.Value('HPmax')
the private variables are initialized to 100 each and with my knowledge of programming, should produce this:
100/100
but i get this instead:
200.
the period seems to automatically appear
logical error?