vorld2009-07-19 13:43:52
Basically I want to know how to make a lesson auto mater like I want to learn X amount of lessons without having to do it manually. I've get some ideas on to make it. This will be in nexus and then mush. Can anyone tell me how to make a linker... Like I want to link nexus any x amount then unlink.
Lendren2009-07-19 14:05:20
Set a variable to the number of lessons, then run the loop. The loop sees if the variable is >0 and if not, it ends. Otherwise, if it's >=15, LEARN 15 WHATEVER FROM WHOMEVER and subtract 15 from the variable; if it's <15, LEARN NUMBER WHATEVER FROM WHOMEVER and set the variable to 0. Set a trigger on the ending-a-lesson text which runs the same loop.
vorld2009-07-19 14:20:20
so would I have to make 2 more variables? For the teacher and the skill?
Lendren2009-07-19 14:23:33
Yeah, unless you create the second trigger on the fly and it includes them, which is much the same thing; or if the teacher's always the same. But mine just has the other two variables.
vorld2009-07-19 14:26:24
Can you give me an example?
Lendren2009-07-19 14:59:51
...of which part?
vorld2009-07-19 15:29:06
The triggers and what not
Unknown2009-07-19 21:18:24
When I want to learn a buttload I just throw together a trigger on the fly. For example, I'll trigger the 'bows to you and declares the lesson over' (or whatever it says) message to 'LEARN 15 CROW FROM DAMIAN'. You have to change it for different teachers or skills, but it's quick and easy and there's no mucking about with variables.
Lendren2009-07-19 22:05:01
That only works if you only have as many lessons as you plan to spend that day on that skill, or you're going to learn to trans.
Vashner2009-07-20 00:54:50
QUOTE (Lendren @ Jul 20 2009, 06:05 AM) <{POST_SNAPBACK}>
That only works if you only have as many lessons as you plan to spend that day on that skill, or you're going to learn to trans.
... or until you have less than 15 lessons left. Either way, it's not as flexible as using variables.
Learning how to use them now will actually benefit you in the long run of doing more complicated things so it's a good place to start.
vorld2009-07-20 19:39:38
I can't seem to get the trigger to work. I made a teacher variable and a lessons variable and set them up using an alias. I want to t trigger the teacher bows to you - the lesson in lessons is over then ask the teacher lessons and continue learning but it's not working for some reason
Edit: Think I got it fixed. Now for auto linking
Edit2; still not working on the bowing part
Edit3: it works!
anyone know how to do a auto linker?
Edit: Think I got it fixed. Now for auto linking
Edit2; still not working on the bowing part
Edit3: it works!
anyone know how to do a auto linker?