Search found 1 match

by ClickerOfThings
Tue Jul 10, 2018 2:54 pm
Forum: Coding
Topic: So how does cooldown work?
Replies: 2
Views: 1566

So how does cooldown work?

I'm new to SS13 programming, and I can't understand this part of code which is taken from deck code: if(cooldown < world.time - 50) cards = shuffle(cards) playsound(src, 'sound/items/cardshuffle.ogg', 50, 1) user.visible_message("[user] shuffles the deck.", "<span class='notice'>You s...