Re: My code is crashing pipmak, but why?
Status: Alpha
Brought to you by:
cwalther
|
From: syxified <syx...@ya...> - 2009-09-10 16:14:38
|
...and, that did it! Putting that 'for' loop into the inventory node on the enternode handler rather than in main.lua when placing the overlay node did it. When I was imagining how it would work, I pictured it overlaying all those individual things (which I guess I could have done by making a ton of panel nodes, but I should have thought of the inventory node as all its own picture. However, if you still want to show me a better way of doing this, I would not at all be surprised if it could be done far more efficiently than I am in stumbling my way through it. BTW, while I've got you, I wanted to toss you a quick compliment on the reference guide. The writing is very succinct and easy to understand, and the conventions you use for type style to show what things are in the code makes perfect sense, far more than most guides on coding. Cheers! ~Matt -- View this message in context: http://www.nabble.com/My-code-is-crashing-pipmak%2C-but-why--tp25372235p25386053.html Sent from the pipmak-users mailing list archive at Nabble.com. |