Ir para conteúdo

Evento em um Mundo


Laarky

Posts Recomendados

10 horas atrás, TheGeneX disse:

options:
    nomedomundo: plotworld
on world change:
    if player's world is "{@nomedomundo}":
        clear the player's inventory



Desculpa pela demora.

Amigo, eu testei usando o mvtp e não funcionou não limpou o inventário ou fez algum evento.

Obrigado pela a sua ajuda

Link para o comentário
Compartilhar em outros sites

options:
    mundo_limpar: world
    mundo_adicionar: world2

on teleport:
    set {_world} to "%world of player%"
    wait 1 second
    if "%world of player%" is not {_world}:
        if "%world of player%" is "{@mundo_limpar}":
            clear player's inventory
        if "%world of player%" is "{@mundo_adicionar}":
            give 1 stone named "Nova Pedra 0/" to player

 

 

 

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...