Thread: MUDlib
View Single Post
  #6  
Old 01-14-2007, 01:47 AM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
yeah an articles covering:
Quote:
-basic mudlib idea
-what fields?
sure an item is like name, description
but then like bonuses, whats smarter?
bonus.str = 3
bonus.int = -2
or bonus = {"str", 3}, {"int", -2 }

etc
would be nice =/
Reply With Quote