Bulundu Kısaltılmış yazıları uzun haline çevirme skripti

  • Konuyu Başlatan Konuyu Başlatan ByEqrem
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 623
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

ByEqrem

Somon Balığı Selam Vermeye Geldi
Katılım
23 Aralık 2017
Mesajlar
14
Elmaslar
1
Puan
13.235
Yaş
24
Evet bu yapılmış forumlarda var fakat " asla " kelimesini yazınca iki yazı birbirine karışıyor ve ortaya "Aleyküm Selamla" çıkıyor bunun hiç birinde bu olsun istemiyorum yardımcı olurmusunuz?


on chat:
replace all "sa" or "s.a" with "Aleyküm Selam" in the message
replace all "as" or "a.s" with "Aleyküm Selam" in the message
replace all "gg" with "İyi oyundu" in the message
replace all "kg" or "k.g" with "Kolay gelsin" in the message
replace all "eyw" or "eyv" with "Eyvallah" in the message
replace all "kb" or "k.b" with "kusura bakma" in the message
replace all "hg" or "h.g" with "Hoş geldin" in the message
replace all "hb" with "Hoş buldum" in the message
replace all "hyr" with "Hayır" in the message
replace all "tm" with "Tamam" in the message
replace all "tmm" with "Tamam" in the message
replace all "ok" with "Tamam" in the message
replace all "oky" with "Tamam" in the message
replace all "okay" with "Tamam" in the message
replace all "okey" with "Tamam" in the message
replace all "yes" with "Evet" in the message
replace all "no" with "Hayır" in the message
replace all "ztn" with "Zaten" in the message
replace all "sn" with "Sen" in the message
replace all "bn" with "Ben" in the message
replace all "evt" with "Evet" in the message
replace all "olmz" with "Olmaz" in the message
 
Bu şekilde kullanmalısınız;
Kod:
on chat:
    if message is "as":
        set message to "Aleykümselam"
    if message is "hg":
        set message to "Hoş geldin"
    #........
 
Bu şekilde kullanmalısınız;
Kod:
on chat:
    if message is "as":
        set message to "Aleykümselam"
    if message is "hg":
        set message to "Hoş geldin"
    #........
on chat:
if message is "sa" or "s.a":
set message to "Selamun Aleyküm"
if message is "as" or "a.s":
set message to "Aleyküm Selam"
if message is "ok" or "okey":
set message to "Tamam"
if message is "h.g" or "hg":
set message to "Hoşgeldin"
if message is "tm" or "tmm":
set message to "Tamam"
if message is "k.g" or "kg":
set message to "Kolay gelsin"
if message is "h.b" or "hb":
set message to "Hoşbuldum"
if message is "eyv" or "eyw":
set message to "Kolay gelsin"

yaptım ama niyeyse k.g yazıyorum hoşbuldum yazıyor anlamadım
 
Yapıyı ikiye bölüp bir on chat: bloğu daha eklemeyi deneyin.
 
Yapıyı ikiye bölüp bir on chat: bloğu daha eklemeyi deneyin.
1705085980409.png
 
Satırların yeri doğru değil, kontrol edin. Düzeltemezseniz bu sayfadan yardım alabilirsiniz.
 
Kod:
on chat:
    if message is "sa" or "s.a":
        set message to "Selamun Aleyküm"
    if message is "as" or "a.s":
        set message to "Aleyküm Selam"
    if message is "ok" or "okey":
        set message to "Tamam"
    if message is "h.g" or "hg":
        set message to "Hoşgeldin"

on chat:
    if message is "tm" or "tmm":
        set message to "Tamam"
    if message is "k.g" or "kg":
        set message to "Kolay gelsin"
    if message is "h.b" or "hb":
        set message to "Hoşbuldum"
    if message is "eyv" or "eyw":
        set message to "Kolay gelsin"
 
Kod:
on chat:
    if message is "sa" or "s.a":
        set message to "Selamun Aleyküm"
    if message is "as" or "a.s":
        set message to "Aleyküm Selam"
    if message is "ok" or "okey":
        set message to "Tamam"
    if message is "h.g" or "hg":
        set message to "Hoşgeldin"

on chat:
    if message is "tm" or "tmm":
        set message to "Tamam"
    if message is "k.g" or "kg":
        set message to "Kolay gelsin"
    if message is "h.b" or "hb":
        set message to "Hoşbuldum"
    if message is "eyv" or "eyw":
        set message to "Kolay gelsin"
adam ya adam <3
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst