[MUD-Dev] an idea..wondering if this has been done
Christopher Allen - GM Fangs
GMFangs at ASMRB.ORG
Thu Jul 15 11:21:36 CEST 1999
<Willowreed at 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 at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev
More information about the mud-dev-archive
mailing list