i have bee studying some examples for doing spells, but i suspect they are bigger than what i need/easily comprehend quickly as a beginning student. might anybody have a pointer to a good simple spells tutorial? thank you.
raould wrote: > i have bee studying some examples for doing spells, but i suspect they > are bigger than what i need/easily comprehend quickly as a beginning > student. might anybody have a pointer to a good simple spells > tutorial? thank you.
I've written an extension that does that. You can get it from http://inform7.com/extensions. You can look for my name, or scroll down to "Game Systems > Magic."
> I've written an extension that does that. You can get it from http://inform7.com/extensions. You can look for my name, or scroll down > to "Game Systems > Magic."
> --JA
For some reason, the Inform 7 website didn't like Jim's URL.
> I've written an extension that does that. You can get it fromhttp://inform7.com/extensions. You can look for my name, or scroll down > to "Game Systems > Magic."
thanks! extensions are a good thing for me to use and learn from.
having said that... :-)
i'm really hoping to find something really simple for didactic purposes + because my real application is different. i'll try to understand what core i need and if i can figure out what i want then i'll post my source some day.
> i'm really hoping to find something really simple for didactic > purposes + because my real application is different. i'll try to > understand what core i need and if i can figure out what i want then > i'll post my source some day.
You can open the extension in the Inform IDE and look at the code.
> > i'm really hoping to find something really simple for didactic > > purposes + because my real application is different. i'll try to > > understand what core i need and if i can figure out what i want then > > i'll post my source some day.
> You can open the extension in the Inform IDE and look at the code.
hi Jim,
yup, i'm definitely doing that, thank you! i've for sure learned some things i needed to from it :-)
tho it contains more than i need / can understand at first, so i'm working on writing it from scratch so i can learn it all. occasionally a light goes off over my head and then i know why something is in e.g. your code, which is a nice experience.