Posted by aaron on July 24, 2007 at 1:53am
I recently became reacquainted with the Actions module, and realized that it might be a good hook for RPG actions, rather than reinventing the wheel. So this week I'm studying that (and the workflow module), to see how it might work. I would need to create the basic RPG actions and the admin UI, but I think it would work.
Aaron Winborn
Drupal RPG, home of the RPG module.
Spindowners, an upcoming text-based rpg being developed with the RPG Module for Drupal.

Comments
more...
I think this is a good point... some of the essential things to have in a rpg are:
actions(allows to do something, attack, talk, etc), objects(usable in some way), locations.
so if you have a actions module... that may be a shortcut... =)