Thread: String Parsing
View Single Post
  #5  
Old 03-20-2008, 01:59 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by Toxen View Post
Well Tig, I'm wondering how to take in the text and then use it right after in the same event, like I have an edit able text area and they put a number in there to see how many packages of that item, they'd like so it's not like a set text yet, so how would I do it?
obj.text

function Obj.onAction() {
player.chat = "I typed in" SPC obj.text;
}
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote