12.03.2010, 20:45
Your right about the:
if(pickupid == suitcase, bag) {
Anyway, I already have the if(pickupid == suitcase) { and if(pickupid == bag) { functions.
But i want it to be once you have picked up suitcase and then the bag a message will appear saying that i have picked up the required pickups.
How do i do that?
if(pickupid == suitcase, bag) {
Anyway, I already have the if(pickupid == suitcase) { and if(pickupid == bag) { functions.
But i want it to be once you have picked up suitcase and then the bag a message will appear saying that i have picked up the required pickups.
Quote:
Originally Posted by adsy
stick another if in there to check if the player already picked one up and if so then on the second one you get the messages you want.
|