It looks like you're new here. If you want to get involved, click one of these buttons!
Visual identity confirmed. Welcome, $pname, and thank you for considering an appointment with GenGel! What is the nature of your visit? ---- <<nobr>> <<set $biz={ "name":"Business Appointment", "response":"Ah, yes, $pname, we have you listed down here because you were interested in buying our products? Please, come on in and we can get started.", "head":"Glasses", "top":"Business Shirt", "bottom":"Business Pants", "feet":"Fancy Shoes" }>> <<set $mat={ "name":"Material Delivery", "response":"Ah! ...$pname, was it? You've got a consignment of chemicals for us? Excellent, our employees are taking that in now. If you come on in we'll get those forms signed.", "head":"Trucker Cap", "top":"Vest", "bottom":"Jeans", "feet":"Boots" }>> <<set $test={ "name":"Test Participant Application", "response":"$pname, you were interested in applying as a test participant at GenGel, I remember you! Come on in and we can get you set up with your testing gear.", "head":"Safety Goggles", "top":"Speed Suit (top)", "bottom":"Speed Suit (bottom)", "feet":"Sneakers", }>> <<set $tour={ "name":"Guided Tour", "response":"Welcome to our facility, $pname! We're always honoured to have guests pay a visit to our facilities. If you come on in we can get you set for the tour!", "head":"Sunglasses", "top":"Hawaiian Shirt", "bottom":"Cargo Shorts", "feet":"Leather Sandals" }>> <<set $idunno={ "name":"No Idea", "response":"Wait... $pname, you registered for an appointment but you don't know what the appointment was for? (You hear a hushed conversation in the distance) ...Oh! Right, you're THAT $pname! Sorry for the confusion, come on in.", "head":"HUDAR Glasses", "top":"Baja Hoodie", "bottom":"Baggy Jeans", "feet":"Flip Flops" }>> <</nobr>> $biz.name $mat.name $test.name $tour.name $idunno.name
Comments
That said, unless you're going to continue using the job object, you're probably better off simply setting $head, $top, $bottom, $feet, and a variable for the response directly within each <<click>>—no need for an object. For example—only going to do one here, you should get the idea: And the followup: In this case, you probably don't need to keep the response around once the player has seen it, so unset its variable afterward.