I see the original coders initialize bl and src all the time and their code works fine, but I can't figure out how to initialize them myself. How do I add bl or src info into the middle of a function without the game spazzing?
I have this much accomplished:
struct block_list *bl;
???
status_get_level(bl)
I just don't know what bl equals so that it will retrieve the data appropriately.
I see the original coders initialize bl and src all the time and their code works fine, but I can't figure out how to initialize them myself. How do I add bl or src info into the middle of a function without the game spazzing?
I have this much accomplished:
struct block_list *bl; ??? status_get_level(bl)I just don't know what bl equals so that it will retrieve the data appropriately.
Thanks for any help!
Link to comment
Share on other sites