ID:173727
Nov 24 2003, 1:10 pm
|
|
Ok I have made a spell and iam wondering how to make a second list to store it on like a 2nd inventory and I dont know how to if someone would be nice enough to help me that would be great.
|
You don't necessarily have to make a second list to store things like spells. If they can be "in" the player, you can do something like this, which I used to use for Maeva:
mob/Stat() I found this to be more effective, but changed due to the limit of 65,536 movable atoms in the world at any given time, and the amount of variables I really didn't need for things like spells and abilities. I'm using datums now, hehe. |
Siientx