[Closed] command promt and 3ds max help[
hello and good day max users…im creating an object loading script for my modeled objects.ive done most of my required fields and coding but now ive stumbled on the part that should be the holy grail of my script “creating sort of a search engine that would onpen the max listener” and insert the input text command…
what i want u guys to help me with
–give me a way where i can use a coding in my editor script to that i could send the texted typed in the search engine or script to the max script listener…
—if there isn’t a way 2 do that task in max ,give an alternative to a command prompt function to insert text into the listener…
–or any onther method of inserting text into the listener script wise…i don’t want to maunauly open there listener.
i want a script to insert text in to max listener…
thanks to anyone who can help/
(
clearListener()
(
setListenerSel #(-1,-1)
setListenerSelText "ima string
"
)
(
print "me too"
)
(
format "%
" "and me"
)
OK
)
?