ID:174705
 
How do i findtext then replace what i want like inputs hello and it replaces it with Hello?
Is there a lib that shows something close to this?
type Hello, cut it(ctrl+v), press ctrl+f put the word hello in the box, when it finds hello, press ctrl+v, perss f3 to repeat
In response to Polaris139
I ment a code like

mob/verb/Say(msg as text)
world << "[edittext(msg)]"
mob/proc/edittext(N)
then??
In response to Hendrix
nvm i got it