Make symbol to get ped to the target :
NAMEOFBLIP = BlipAddXYZ(X,Y,Z,IDOFTHESYMBOL)
The ID for the X is 29
Ped run to target :
PedMoveToXYZ(PEDNAME,SPEED,X,Y,Z)
Speed = 0 is walk, 1 is jog, 2 is run, 3 is run very very fast
Make health ped in top screen like BOSS fight :
PedShowHealthBar(PEDNAME, true, "N_NAME", true)
if Mission end, back to the normal game :
Put this in the main = function() :
repeat
Wait(0)
until l_0_0 ~= false
MissionSucceed()