Paste #66568: VieuxMulot20200327

Date: 2020/03/27 04:12:17 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


EssaiReglage:
    type: world
    events:
       on time 8 in world:
       - assignment set "script:EssaiReglage3" npc:<server.flag[BoucherSaintPierresurMorne]>

EssaiReglage3:
    type: assignment
    actions:
       on assignment:
       - flag server BoucherSaintPierresurMorne:<npc>
       - chat "<server.flag[BoucherSaintPierresurMorne]> : numéro enregistré"
       - wait 5
       - assignmet set "script:BoucherSaintPierresurMorne" npc:<server.flag[BoucherSaintPierresurMorne]>
       on click:
       - chat "<server.flag[BoucherSaintPierresurMorne]> = <npc>"

BoucherSaintPierresurMorne:
    type: assignment
    actions:
       on click:
       - chat "Je suis le boucher de Saint-Pierre sur Morne !"