yep, just the time difference, damnit yo, howd you figure that out?

the only thing ill have to do now is create a seperate inventory, because before i was using the ISV also for a horizontal bar at the top, just as like a little "SafeZone" meter, so ill have to make another inventory item thats just for show. no biggie
-----
ok heres the "biggie", i noticed there was a problem when i was able to get hurt again when the SaveZone inventory (its the 1 just for show) was olny half drained. i did a little investigating, and figured out that the ISV (teh one the hurt functions are working off of) is being frained twice as fast as the other. since both the hurt and invincible are working off of the same inventory item, they're, well, screwing with each other. i have to have global functions to remove the inventory to create the "timer effect", and had to make each one "Uses inventory item" (to require that there is at least one of the inventory item). now, when he gets hurt, what hte function does is it adds +120 to the ISV, which is simultaneously activating both the ISV (hurt) and IIV (invincible), which is whats causing it to drain twice as fast.
my next problem is that when the player became invincible, the shield wasnt disengaging (deleting itsself) at the end of the invincible period. so, i fugred out that the cause of all this was because i was using 2 seperate global functions to remove the ISV. what i ended up having to do was delete one of them, and now its all good.
the last thing i need ot figure out is what im going to do aboutthe shield situation. originally i just had a shield that was created 0,0 relative to player, and it was controlled by input (same speed, grav, ect), and it was teh same size as the player sprite too, so it never got caught on anything. but now that the player can crawl, effectively changing his size, i cant use this method anymore. what i tried to do was create one big shield, almost 2x bigger than the player, and just set it to "Follow player sprite". i had to set it to 10 speed to be able to keep up with the player, but it jsut flew all over the place, like it went crazy. sothen i tried giving it a low speed, and it lookedd a little better, it aws stil very shakey, but it couldnt keep up with the player when he jumped/fell. so im oging to need to figure out something else for a graphic..