Heya, You can do that like this: if (`#1234.property_x != E_PROPNF ! E_PROPNF => 0') "property exists"; else "property doesn't exist"; endif Basically, the...
johnny@...
May 18, 2001 12:39 am
20
Johnny, thanx for the tips! I was suggested to use $object_utils:has_property() as an alternative, which I was using then. Aloha, -rv, ... "God is dead!" ...
rv
herve@...
May 18, 2001 5:41 am
21
Hi all, I just came back from Europe, and realized that many new subscribers have arrived since last May. I would like to welcome everyone, and hope that there...
rv
herve@...
Jun 30, 2001 12:14 am
22
Hey all, I've begun tinkering with using XML as a standard means of communication with external applications that may connect to or be connected to by my MOO. ...
Johnny
johnny@...
Jun 30, 2001 4:58 am
23
Johnny, Here is some resources that might give you some pointers or ideas: http://tecfa.unige.ch/guides/xml/pointers.html ...
rv
herve@...
Jun 30, 2001 10:22 am
24
Hi all, What is the purpose of such verb upon @corifying an object, and is it supposed to do? Aloha, -rv, ... "God is dead!" "There is no devil and no hell....
rv
herve@...
Jul 3, 2001 12:05 am
25
... All it needs to do is set the properties of the core object to their default settings. It can also place the object inside a container, recycle associated ...
Changeling Child
geocorona@...
Jul 3, 2001 8:35 pm
26
At 04:54 PM 7/15/2001, you wrote:
>Please feel free to send questions on MOO programming whenever you want;
>there is not much traffic yet, but it's up to us...
tony summerfelt
snowzone25@...
Jul 15, 2001 9:03 pm
27
... It's always better to get all the programming done before any serious building begins. This is the big mistake that almost all RPG MOOs make. After all the...
Geocorona
geocorona@...
Jul 16, 2001 3:40 pm
28
for some reason, the message wasn't sent to me. i think yahoo groups is having a problem with some of it's lists...i'm on two other high volume lists, that...
snowzone25@...
Jul 17, 2001 2:58 am
29
The latest version (1.1) is online now. It has a few bug fixes that weren't included as patches on the old web page. You can build on the new core if you like....
Geocorona
geocorona@...
Jul 17, 2001 5:44 am
30
... will snag that now... ... i'm thinking of writing a 'build city script' via tkmoo (the moo client i use...it would be in tcl, but would generate a city...
snowzone25@...
Jul 17, 2001 5:28 pm
31
... Making 10,000 street corners is not only time consuming for the builder--no player will ever be able to explore it all! Nor would they want to, considering...
Geocorona
geocorona@...
Jul 19, 2001 7:39 pm
32
Is it possible to use the above command to access the content of a web page? (and save it say in a property) It is possible to access other MOOs with this,...
rv
herve@...
Jul 26, 2001 6:28 pm
33
... I don't think so. That verb is designed for establishing player connections. I'm able to use $gopher:get to access web pages, if the target server is...
Geocorona
geocorona@...
Jul 31, 2001 10:13 pm
34
Geocorona, Thanx for your answer; I actually have been refered to a way to do it: notify() the web server with a GET and the path, and it will work fine: ...
rv
herve@...
Jul 31, 2001 11:02 pm
35
There are utiltity objects out there that handle this sort of thing, I have one called $www I believe that will do a correctly formatted HTTP request and...
Johnny
johnny@...
Aug 1, 2001 3:50 am
36
... I don't think he needs a full web server, which is what $www is, I believe. I was able to get this to work, with wiz perms. If you implement something like...
Geocorona
geocorona@...
Aug 3, 2001 5:11 pm
37
With loops like this, a bug could really lock up the MOO. IF YOUR VERB GETS HUNG UP ON THE FIRST READ( ) ============================================ A) Enter...
Geocorona
geocorona@...
Aug 3, 2001 5:18 pm
38
Geocorona, I would also add a if/endif to test the type receiving from the webserver as well in case: after reading conn in the while statement, something...
rv
herve@...
Aug 3, 2001 6:52 pm
39
I just joined the group and so far i've learned much But is anybody familiar with using a Webserver built into a Moo I like to create some commands that ppl...
Gyman Janssen
gyman@...
Aug 9, 2001 1:03 pm
40
check out: http://moo.kcc.hawaii.edu/~moo/kccmoo/download/ A new version will be posted next week or so. Aloha, -rv, ... "Doué d'une naïveté permanente, il...
rv
herve@...
Aug 9, 2001 6:35 pm
41
... O, that's great. You're just the guy I needed :) I installed the whole package but when I request a weblogin or a who or just browse it all stops The Moo...
Gyman Janssen
gyman@...
Aug 9, 2001 11:16 pm
42
Make sure you edited the HTML files in the applet directory as well as .html_path and .port (also make sure that $network.site is correct) Send me your URl in...
rv
herve@...
Aug 10, 2001 7:40 am
43
Speaking of this whole MOO-HTTP server thing, is there really any great benefit to doing it instead of something else? What kind of data are you going to be...
Johnny
johnny@...
Aug 10, 2001 5:00 pm
44
Johnny, ... My reason for developing a $httpd object is mainly the following: The MOO that I maintained is for education. Students will have to connect to it...
rv
herve@...
Aug 10, 2001 8:11 pm
45
There is an automatic city builder available now, and some miscellaneous patches to the core. http://members.aol.com/geocorona/rpgmoo.html My next project is...
Geocorona
geocorona@...
Aug 10, 2001 9:08 pm
46
I just created a mailing for it. For people who want to use it, please subscribe to it. This is where I will post updates concerning it. To subscribe, send a...
rv
herve@...
Aug 10, 2001 9:17 pm
47
... oh! this sounds neat!! Let us know how it goes!! Aloha, -rv, ... "Doué d'une naïveté permanente, il vivait plus que les autres" Vian ...
rv
herve@...
Aug 10, 2001 10:08 pm
48
... more ... which ... track ... version out ... farts...;) Well, I was developing a browse function for the Moo Webserver to also see the ANSI characters and...