Float Text Destroy

Status
Not open for further replies.
Can somebody told me how can i remove created float texts after 2 secounds (just an exemple) ? (Without hard triggering :ogre_haosis:)

Problem : UNSOLVED

Try this:
  • Actions
    • Floating Text - Set the velocity of (Last created floating text) to 60.00 towards 90.00 degrees
    • Floating Text - Change (Last created floating text): Disable permanence
    • Floating Text - Change the lifespan of (Last created floating text) to 2.00 seconds
    • Floating Text - Change the fading age of (Last created floating text) to 2.00 seconds
 
And why you don't still think that?
That function is needed to remove the Text Tag since lifespan timer will do nothing if the permanence isn't disabled. It will also remove the Text Tag after around half a minute or a bit more automatically if it still exists.

However,you can always remove Text Tag with
  • Floating Text - Destroy (Last created floating text)
 
Status
Not open for further replies.
Back
Top