> I just added a new skill to my MUD, the code compiles fine, > but it gives > the following error when a player tries to use the skill: > That action is not supported. interpreter.c: Search for "snap" (with quotes). After the second comma, it'll say 'do_action'. do_action calls socials, not skills. Replace that with 'do_snap' (or whatever you're calling it). -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT