Did Vampier test it?

Pressing F10 and typing trainer_robocop returns exactly this:
invalid command name "

And ofcourse I added the lines below to trainers.tcl

Ivan

Manuel Bilderbeek wrote:

"Vampier" wants you to know you can add this to your openMSX trainers.tcl:

proc trainer_robocop {} {
  #power
  poke 0x75bb 100
  poke 0x7746 255
  #lives
  poke 0x7752 99
  after time 1 trainer_robocop
}

to get infinite power and 99 lives every second :)

Activate in the console with "trainer_robocop".


_______________________________________________
MSX mailing list (msx@stack.nl)
Info page: http://lists.stack.nl/mailman/listinfo/msx

Reply via email to