Code: Select all
ActivateRegion("drop1")
region1 = OnEnterRegion(
function(region, player)
if IsCharacterHuman(player) then
RewindAnimation("drop1")
PlayAnimation("drop1")
ShowMessageText( "message.custom.drop", DEF ) ShowMessageText( "message.custom.drop", ATT )
end
end,
"drop1"
)

