Announcement

Collapse
No announcement yet.

removeText()

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • removeText()

    Hi,

    I have two scripts and use drawTextRelative() in both of them. But with the second second script I want to remove the text created with the first one when certain conditions are met.

    Is this possible and if so how?

    thanks in advance for any help

    Izak

  • #2
    Izak:

    To the best of my knowledge, text and/or lines can only be removed by the script that created them in the first place. You could have the second script set a global status variable which the first script could then use to remove text as needed. Alternatively you could combine the logic of both scripts into one, which might be more efficient in the long run.

    Chris

    Comment

    Working...
    X