HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Problems with CoFFeiN's spell tutorial

11-22-2003, 04:27 PM#1
Dymus
I'm trying to make some custom spells and have been following CoFFeiN's tutorial, but I'm getting stuck on the 'learner trigger' section.

Code:
Learner
    Events
        Unit - A unit Learns a skill (Generic Unit Event)
    Conditions
        (Learned Hero Skill) Equal to Human Archmage - Blizzard (Hero Skill Comparison)
    Actions
        Set spell_lvl = (spell_lvl + 1.00) (spell_lvl = real variable)
        Set spell_caster = (Learning Hero) (spell_caster = unit variable)

I got the Events and Conditions down, but I can't seem to find the two Actions. I looked through all the listed Actions twice and still can't find them. Is my editor screwed up or am I just dumb? Any help is appreciated.


:arch:
11-22-2003, 04:32 PM#2
FerretDruid
The action, on the list, is just called "Set Variable". Select that and then add in your variables to the actual action.
11-22-2003, 08:07 PM#3
Dymus
ah, thanks. I was starting to wonder if it had something to do with that. Got passed it. Of course, now I'm start further down:knife: But I think I can get through it8))