Author |
Message |
Topic: My attempt at in/exporting to a format readable by a MUD |
Macai
Replies: 2
Views: 14630
|
Forum: zMapper Discussion Posted: Thu Nov 09, 2006 4:23 am Subject: My attempt at in/exporting to a format readable by a MUD |
I hear that, easily. Do you plan to write a little script within the program to dump all of it in an easy-to-read format such as .are, or is that not even on the "To Do" list? |
Topic: My attempt at in/exporting to a format readable by a MUD |
Macai
Replies: 2
Views: 14630
|
Forum: zMapper Discussion Posted: Mon Nov 06, 2006 12:36 pm Subject: My attempt at in/exporting to a format readable by a MUD |
I tried exporting it as text, and putting in a custom SQL Query, which was: SELECT ExitTbl.FromID, ExitTbl.ToID, ExitTbl.ExitKindID, ExitTbl.DirType, ObjectTbl.Name, ObjectTbl.Desc FROM ExitTbl, Objec ... |
Topic: idea: %var() function |
Macai
Replies: 2
Views: 4810
|
Forum: zMUD General Discussion Posted: Wed Oct 12, 2005 4:30 pm Subject: idea: %var() function |
Wow! Thanks! I highly appreciate this help. |
Topic: idea: %var() function |
Macai
Replies: 2
Views: 4810
|
Forum: zMUD General Discussion Posted: Mon Oct 10, 2005 4:10 am Subject: idea: %var() function |
The purpose of the %var() function would be basically to read a variable.
THe reason I'd like to see this happen is so I can give variables complicated names, and go,
#VAR {this variable uses sp ... |
Topic: Idea for zMUD: zMUD server! |
Macai
Replies: 0
Views: 3306
|
Forum: zMUD General Discussion Posted: Sun Sep 25, 2005 4:47 pm Subject: Idea for zMUD: zMUD server! |
This is just a general idea for what could be done with zMUD--a zMUD Server!
Imagine if you could listen and accept connections through zMUD, have multiple connections, and run an entire server th ... |
Topic: Infinite loop detected.... |
Macai
Replies: 3
Views: 5782
|
Forum: zMUD General Discussion Posted: Mon Jul 12, 2004 1:46 pm Subject: Infinite loop detected.... |
...there was an 'infinite loop' error. Basically, I have an alias that calls upon itself again, like recursion.
I don't want this error.
THe loop is supposed to be infinite.
Any ideas? I'd ... |
|