Go back to previous topic
Forum Name New Player Q&A
Topic subjectRE: Someone who uses CMud can probably brief you on tha...
Topic URLhttps://forums.carrionfields.com/dcboard.php?az=show_topic&forum=5&topic_id=4838&mesg_id=4842
4842, RE: Someone who uses CMud can probably brief you on tha...
Posted by Felar assassin on Wed 31-Dec-69 07:00 PM
>I'm just making an educated guess (which I'm 80% sure is a
>correct guess but I can't help you verify it because I don't
>know CMud specifically).
>
>Are you using a pre-made config for CMud?


I just looked at my variables and I had one (someone gifted that one to me) set up so that if I type: item "scarab's sneakers" it will throw me an id of the item if its in the database.

On that variable there is a gag command, do you think it's interacting with the line?

#file 2 "c:\cmud\carritems.txt"
#var tmp_list %grep( 2, %1)
#loop 0,%numitems( @tmp_list) {#echo %item( @tmp_list, %i)}
#unvar tmp_list
#close 2
#GAG Opened "C:\Program Files (x86)\CMUD\carritems.txt" as file 2
#GAG Closed "C:\Program Files (x86)\CMUD\carritems.txt" on file 2
#GAG Variable tmp_list removed.