Originally posted by mw2moddingx
You must login or register to view this content.
I Need Ur Help
Watch In Hd
So you want to know how to program the text box?
---------- Post added at 01:20 PM ---------- Previous post was at 01:18 PM ----------
If so, what you have to do is create one list and one text box. double click the list and type:
List1.additem "Whatever"
then double click the text box and put
If List1 = "Whatever" then
text1 = "What you want it to say"
else
end if