Hi all,
I have some question on spell creation. Maybe one of you can figure out what is going on.
I am creating a kit which has innates available. All of them create a list of spells to cast, similar to spell immunity.
Steps I took to create the innates.
1. Create innate spell
... Spell type innate gets it on the innate bar.
... SAY NAME1 gives it a name
... SAY UNIDENTIFIED_DESC gives it a description when right clicked.
... extended effect OP-CODE 214 allows it to select a spell from a table (2DA).
... At level 1, I get tabel 1 with 1 spell entry
... At level N, I get table N with N spell entries.
... all Spell entries are set to only function starting that level.
Now the 2DA works. I have a spell in there that I can cast. Only, when I rightclick it gives no description
I tried NAME1 which works, but NAME2 and UNIDENTIFIED_DESC do not give it a right-clickable info.
Does anyone know how to get this done?
Cheers
I have some question on spell creation. Maybe one of you can figure out what is going on.
I am creating a kit which has innates available. All of them create a list of spells to cast, similar to spell immunity.
Steps I took to create the innates.
1. Create innate spell
... Spell type innate gets it on the innate bar.
... SAY NAME1 gives it a name
... SAY UNIDENTIFIED_DESC gives it a description when right clicked.
... extended effect OP-CODE 214 allows it to select a spell from a table (2DA).
... At level 1, I get tabel 1 with 1 spell entry
... At level N, I get table N with N spell entries.
... all Spell entries are set to only function starting that level.
Now the 2DA works. I have a spell in there that I can cast. Only, when I rightclick it gives no description
I tried NAME1 which works, but NAME2 and UNIDENTIFIED_DESC do not give it a right-clickable info.
Does anyone know how to get this done?
Cheers










