on join: send "&aAktualnie prowadzimy ankiete pod &6/Ankieta" variables: {Top5} = 0 {OdStiva} = 0 {glosowanie.%player%} = false command /Ankieta: trigger: send "&aJaki chcecie event?" send "&310 PANDOREK &8( &7Glosy: &a%{10p}% &8)" send "&cCzy" send "&35 &4&lMg&f&lCase &8( &7Glosy: &a%{5mg}% &8)" send "&7Aby zaglosowac wpisz &3/&cGlosuj &3<&c10p&3/&c5mg&3>" command /glosuj []: trigger: if {glosowanie.%player%} is false: if arg 1 is "10p": set {glosowanie.%player%} to true add 1 to {10p} send "&aZaglosowales na 10 PANDOREK!" if arg 1 is "5mg": set {glosowanie.%player%} to true add 1 to {5mg} send "&aZaglosowales na 5 &4&lMg&f&lCase!" else: send "&aJuz zaglosowales!"