|
Murk Newbie
Joined: 31 May 2003 Posts: 3
|
Posted: Sat May 31, 2003 2:52 am
#t+ and #t- for multiple folders |
Silly question. Lets say I have a class called Spells and within that class I have another class folder created called Wizard. How to I toggle just wizard?
In other words if they were folders it would look like:
Spells/Wizard |
|
|
|
Murk Newbie
Joined: 31 May 2003 Posts: 3
|
Posted: Sat May 31, 2003 3:04 am |
Never mind. Here I figured it would be complicated but simply using #t- wizard worked out fine. I guess that means be careful not to make classes with the same names even if they are in sub folders!
|
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat May 31, 2003 12:29 pm |
You can make classes with the same name in different folders with no problem. You just have to provide the path to the class when you want to refer to it. Example, suppose you have another class named Wizard somewhere else but you want to disable the one within "Spells", then you do this:
#T- Spells/Wizard
Kjata |
|
|
|
|
|