Search found 2 matches

by mecurial
Mon Jan 25, 2016 4:27 pm
Forum: Scripts & Packages
Topic: Script 101 question! Best methods for accessing the stream
Replies: 0
Views: 5225

Script 101 question! Best methods for accessing the stream

Hi everyone! I am playing on an older mud of Dikumud type and I have some questions. Right now I am using the getLines and getLineNumber methods to access input from the buffer. There has to be a better way right?! I would really like to see the stream from the mud before anything is done with it. D...
by mecurial
Mon Jan 25, 2016 6:00 am
Forum: Scripts & Packages
Topic: scripting 101! plz:)
Replies: 1
Views: 6088

scripting 101! plz:)

I am playing on an older mud and was trying to make my own mapping script. I have made some progress using triggers to grab some information, but would really like to know if there is a better way than going through the input buffer with getLines and the getLineNumber methods? Is there a way to see ...