How to make collect medal ?

WeiyuWeiyu Member Posts: 216
edited April 2016 in Working with GS (Mac)

Hello everyone!
I have a problem, I want to get a medal when Actor clear level stage and achieve specially designated mission(target).
What should I do><?

Comments

  • KevinCrossKevinCross London, UKMember Posts: 1,894

    If collected x coins then give medal.
    If scored at least x then give medal.
    If mission x completed is true then give medal.

    That's the basics of it. Have rules to check your attributes or table data and if the values match the criteria then give them a medal, which itself is just another attribute or table cell.

  • WeiyuWeiyu Member Posts: 216

    @KevinCross said:
    If collected x coins then give medal.
    If scored at least x then give medal.
    If mission x completed is true then give medal.

    That's the basics of it. Have rules to check your attributes or table data and if the values match the criteria then give them a medal, which itself is just another attribute or table cell.

    Thank you for answer, and do you know where have about this type of tutorial?

Sign In or Register to comment.