# This script makes a ledge launch players high # It uses the 'Placeable Ledge' device # We define the device here my_ledge := Placeable_Ledge{} # When a player hits the ledge on Player_Hit_Ledge(player) => # We tell the ledge to launch them # The number 500 is how high they fly my_ledge.Launch(player, 500)