View Single Post
  #5 (permalink)  
Old 02-19-05, 02:58
http://xof7.com http://xof7.com is offline
Registered User
 
Join Date: Feb 2005
Posts: 1
What you have to do is change ur if statements
for example
if text1.text = "lol" then
end
elseif text1.text = "it works" then
text1.text = "hoorah"
pretty simple to fix
Reply With Quote