Overview
Comment: | 0.0.996 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d6c37168771d3fd5d5d73a2c7cf1bf76 |
User & Date: | 顽雨沉风 on 2023-07-08 16:42:31 |
Other Links: | manifest | tags |
Context
2023-07-08
| ||
16:46 | 0.0.997 check-in: 38c55842f2 user: 顽雨沉风 tags: trunk | |
16:42 | 0.0.996 check-in: d6c3716877 user: 顽雨沉风 tags: trunk | |
16:40 | 0.0.995 check-in: f0ffe5edcc user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [3dc8473321] to [17c27d484a].
︙ | ︙ | |||
45 46 47 48 49 50 51 | cache_1 = true else cache_1 = false end return cache_1 end effect_1:SetCondition(cache_1) | | > > > > > | | > | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | cache_1 = true else cache_1 = false end return cache_1 end effect_1:SetCondition(cache_1) function cache_1(effect_event , player_who_activate_the_effect) if str["QB"] then announce_card = Duel.AnnounceCard(player_who_activate_the_effect) card = Duel.CreateToken(player_who_activate_the_effect , announce_card) str["QB"] = false else Debug.ShowHint("残局群181175613") end return end effect_1:SetOperation(cache_1) Duel.RegisterEffect(effect_1 , 0) end |
︙ | ︙ |