variables:
{tekkullanim.%player%} = false
command /tekkullanim [<text>] [<onlineplayer>]:
trigger:
if arg-1 is not set:
if {tekkullanim.%player%} is false:
set {tekkullanim.%player%} to true
send "komutu daha once kullanmamissa ve arg-1 girilmemisse yapilacak islemler"
else:
send "komutu daha once kullanmissa ve arg-1 girilmemisse yapilacak islemler"
else:
if arg-1 is "sifirla":
if arg-2 is set:
set {tekkullanim.%arg-2%} to false
else:
send "sifirlanacak oyuncu girmelisiniz"
else:
send "dogru kullanim: /tekkullanim sifirla oyuncuismi"