Bonjour,
J'ai un probléme avec mon Gadget je voudrais que aprés que le block disparais il drop plusieurs melon a coté du block ou se passe l'event quelqu'un peut m'aider plz ?
Code
on place melon:
if {gagdet.melon} isn't set:
set {gagdet.melon} to false
if {gagdet.melon} is false:
send "{@prefix} Tu utlise le gadget Melon"
set the block to Melon
play raw sound "random.orb" at player with pitch 1 volume 10
wait 10 ticks
set the block to block of emerald
play raw sound "random.orb" at player with pitch 1 volume 10
wait 10 ticks
set the block to Melon
wait 5 ticks
drop 5 Melon to the block #Ici le probléme !
play raw sound "random.levelup" at player with pitch 1 volume 10
set the block to air
set {gagdet.melon} to true
set {gagdet.melon} to false
else:
cancel event