Halo 1 & 2 for PC
This topic has moved here: Subject: Halo custom edition, need help with making checkpoints
  • Subject: Halo custom edition, need help with making checkpoints
Subject: Halo custom edition, need help with making checkpoints
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

does anyone know how to make checkpoints for a single player map? i've only found two tutorials on it, and i know how to use trigger volumes, but checkpoints is the only thing that doesn't work. i want to know how i could make them or if there's a good tutorial for it.

  • 03.29.2008 12:10 AM PDT

You might have to script it in.

  • 03.29.2008 6:31 AM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

yeah, i know about scripting, it's just that the checkpoint doesn't work. the scripts compile, and i've been able to make it spawn AI when i touch it. i just need to know what the command should be to make a checkpoint

  • 03.29.2008 4:52 PM PDT

CMT Mod team leader

post the script that you have for it and I'll help you fix it.

  • 03.29.2008 6:41 PM PDT
  • gamertag:
  • user homepage:
  • last post: 01.01.0001 12:00 AM PDT

(script startup checktest
(begin
(sleep_until (volume_test_objects trig_1 (players))15)
(ai_place encount_1)
(sleep_until (= (ai_living_count encount_1) 0) 15)
(game_save)
(sound_impulse_start sound\dialog\multiplayer1\killtacular none 1)
)
)

  • 03.29.2008 8:41 PM PDT