function allsaints ( )
if ( isElementWithinColShape ( source, allsaintsC ) ) then
fadeCamera( source, true )
setCameraMatrix ( source, 1468.8785400391, -919.25317382813, 100.153465271, 1527.7, -1685.8, 99.881813049316 )
setTimer (
function ( thePlayer )
setElementPosition ( thePlayer, 1178.51, -1324.44, 14.13 )
setCameraTarget ( thePlayer )
fadeCamera ( thePlayer, true )
end
,10000, 1, source
)
end
end
addEventHandler ( "onPlayerWasted", root, allsaints )