Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
typhonjr
Beginner


Joined: 12 Jul 2002
Posts: 11

PostPosted: Tue Sep 30, 2003 5:24 am   

capturing text from a mud
 
ok im tryin to capture text from a mud i imm on im tryin to set up a simple db for myself but ive run into a problem.. the script/db works for copying all the the major info.. but im tring to capture the rest into a variable so that any extra info gets stored also.. only thing is i dont know how to capture multiple lines of text into a variable not into another window.. is that possible or would i have to redo what i have so far..

#CLASS {identify}
#TRIGGER {Name&tmp: &Item.Name} {}
#TRIGGER {Vnum: &item.vnum Type: &item.type Resets:} {}
#TRIGGER { Vnum: &item.vnum Format: &tmp Type: &item.type Resets: } {}
#TRIGGER {Short description: &item.short} {}
#TRIGGER {Long description: &item.long} {}
#TRIGGER {Wear bits: &item.wear Owner:} {}
#TRIGGER {Wear bits: &item.type Material: &tmp Extra bits: &item.extrabits} {}
#TRIGGER {Extra bits: &item.extrabits} {}
#TRIGGER {Level: &item.level Cost: &item.cost Condition:} {}
#TRIGGER {Values: &item.values} {
#c+ info
#t+ linecapture
}
#TRIGGER {-=} {
#T- identify
#DBLOAD items
#NEW All @item
#DBSAVE items
#DBCLOSE items
}
#CLASS 0

#CLASS {linecapture}
#TRIGGER {~-=*=-} { ;my prompt fits in here just use it as a breaker
#C-
#t- linecapture
}
#CLASS 0

it captures all the info after the values line but it stores it in a window.. any way to convert that over to text or copy it into the db from there?
thanks - typ
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net