 |
amolol Newbie
Joined: 08 Jun 2004 Posts: 3
|
Posted: Tue Jun 08, 2004 4:39 am
could use some help |
ok i worte a simple trigger to switch between chars sothat i can have multiple charictors on a torilmud while keeping all of the triggers/aliases/vars farly well isolated and sorted out for easy access. the problem is that it doesnt always trigger. here is the trigger set in basic. take not that on the mud my semi colon acts as a new trigger line (not sure if everyone uses that charictor)
#trigger score information for bob
#value #t+ bob;#t- phil; #t- Id-10T ectectect
if any one can think of a better way to perform this action i would be grateful. |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Jun 08, 2004 5:56 am |
I've always preferred separate .mud files (settings files) and just copying or importing my settings from one to the next. It's much simpler to import common settings than to invent a class system so one icon can handle an infinite number of characters, and there's absolutely no chance that you'll get the wrong character's settings.
|
|
|
 |
|
|