Author |
Message |
Topic: Reducing lag? |
Arios26
Replies: 1
Views: 1962
|
Forum: zMUD General Discussion Posted: Fri Jun 19, 2009 11:22 pm Subject: Reducing lag? |
So I was wondering what things cause lag when using zmud. Like adding gags, color, sub, etc... and how can I go about reducing lag? Thanks for your time. |
Topic: Adding to a variable from a txt file |
Arios26
Replies: 6
Views: 3892
|
Forum: zMUD General Discussion Posted: Sat Jul 05, 2008 4:35 pm Subject: Adding to a variable from a txt file |
Actually what I'm trying to do is make it pull it to a variable, intiate an alias, than pull the next line to that same variable replacing whats in it, initiate alias, etc til the file is empty.
So ... |
Topic: Adding to a variable from a txt file |
Arios26
Replies: 6
Views: 3892
|
Forum: zMUD General Discussion Posted: Sat Jul 05, 2008 11:56 am Subject: Adding to a variable from a txt file |
Yeah I've read it and still not sure exactly how to get it working. I've tried it, but don't have much luck. Iwould do something like this?
#file 1 something.txt
#var whatever %read(1,1)
But ... |
Topic: Adding to a variable from a txt file |
Arios26
Replies: 6
Views: 3892
|
Forum: zMUD General Discussion Posted: Fri Jul 04, 2008 7:32 pm Subject: Adding to a variable from a txt file |
Okay so I'm trying to add line 1 from a txt file to a variable. Then after my script does what it does, it goes to line 2 of the same txt file and adds that to a variable. How would I go about doing ... |
|