I'm working on a game, and with the first problem there are 4 possible solutions, with their own variable to mark which happened. (Nice little acronym for it too even, CHOP).And each should give an item, mostly as a trophy of how you accomplished it.
So, first question is, while H & O solutions have their own page, C & P use the same one, but use different text to describe the outcome. How can I give a player with C = 1 a different item to a player with P = 1, in the same page? It could and would work, to have their own page with the same text, but not very elegant.
Second question, seeing as it's only possible to get one of these items, would I be able to, instead of making four items, one item with code to change the description, and possibly the image in inventory? I believe I saw a thread stating something similar, but can't find it again. Something about, if Gender = 1 (for a male), Item = Pants. If Gender = 2 (or !1), Item = Skirt. Again, easy enough to make 4 items and have them given on their own unique page, but just not very elegant :D
Cheers!