[Home] [Groups] - Message: [Prev in Group] [Next in Group]

nu.kanga.list.mud-dev

10812: Re: [MUD-Dev] an idea..wondering if this has been done

[Full Header] [Plain Text]
From: "Christopher Allen - GM Fangs" <GMFangs@ASMRB.ORG>
Newsgroups: nu.kanga.list.mud-dev
Date: Thu, 15 Jul 1999 11:21:36 -0700
References: [1]
Organization: Kanga.Nu
<Willowreed@aol.com>:
> was looking at MOO programming in particular..the verbs and all.  maybe a
> program that would allow moo-ers to program verbs using a sort of "verb
> wizard."  i am talking about real newbies here....this way they could make
> objects and play with them right off.
>
> not that this is something that everyone would want, nor is it something
that
> wizards would all want or anything.  the idea was crawling in my mind and
i
> am curious if such a thing exists :)

It is difficult to do this with verbs that have effects on objects, but we
have created a 'verb editor' using XML for socials in the Skotos lib that
allows a wizard to add quite complex socials.

This is a pre-alpha example, but it give you the idea.


  <verb third="accuses" verb="accuse">
   <form form="AV">
      $Adv $Verb the world of something.
   </form>
   <form form="AVE">
      $Adv $Verb the world, $(Evoke).
   </form>
   <form form="AVO">
      $Adv $Verb $OName of something.
   </form>
   <form form="AVOE"/>
   <form form="V">
      $Verb the world of something.
   </form>
   <form form="VA">
      $Verb the world of something $Adv.
   </form>
   <form form="VE">
      $Verb the world, $(Evoke).
   </form>
   <form form="VO">
      $Verb $OName of something.
   </form>
   <form form="VOA">
      $Verb $OName of something $Adv.
   </form>
   <form form="VOAE"/>
   <form form="VOE"/>
  </verb>





_______________________________________________
MUD-Dev maillist  -  MUD-Dev@kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev