ID:166098
![]() Sep 25 2006, 4:39 am
|
|
I am making a game but i am having troble coding spells because I want the kind of spells that you say
|
I need to have a spell system that works for specific classes but i want one spell that you say that will randomy change ur class to witch (invisiblity,molecular,telkentic ect..)
BUMP |
Use a list:
var/list/spell2race = list( // spell:class Personally, I like the params version better: var/spell2class = {"\ But meh, that's just me. |
I guess what he is trying to say is that he wants a spell which is able to change their class, such as , lets say, using "Phero Spirit" will allow the person to become either the class "Pheroie" or the class "Ankai" (making these stuff up btw ._>)
Mirai, do yourself and us a favor and read this tutorial, and than some more, and the DM Guide + DM Ref... because what you want is very simple... it involves if() and input() - GhostAnime |
i read the tutorial u told me about but i want some one to make me one spell to gte me started off. BUMP
|
Example:
ofcourse that chat system could have been improved a LOT but you should get the general idea of what to do.
- GhostAnime - Remember, this is one of many possible ways to achieve the effect you want