How to send string to GUIText

Hi all!

I got this countdowntimer script, wich displays the timer using GUILabel. But, instead of that, I’d like to send the string to the GUIText script the same gameobject has attached to it. How do I do this?

Thanks in advance!!!

1 Answer

1

http://unity3d.com/support/documentation/ScriptReference/GUIText-text.html

Thanks man!!