Ich benutze Cherrys Betterautoenterpatch für einen Customtitelbildschirm mit dem 2k.
Bisher hat er immer funktoniert, nur bei meinem jetzigen Projekt geht er nicht mehr. Also der Titelbildschirm wird angezeigt aber Laden und Beenden funktoniert nicht.
Hier der Eventcode:
Code:
  <> Fork Condition: If Variable [2] == 4 then ...
   <> Change Variable: [1] -= 1
   <> Fork Condition: If Variable [1] == 0 then ...
    <> Change Variable: [1] = 3
    <>
   : End of fork
   <>
  : Else ...
   <> Fork Condition: If Variable [2] == 5 then ...
    <> Fork Condition: If Variable [1] == 1 then ...
     <> Break Loop
     <> Teleport: Map #2, (0, 0)
     <>
    : End of fork
    <>
   : Else ...
    <> Fork Condition: If Variable [1] == 2 then ...
     <> Break Loop
     <> Change Variable: [3350] = 1
     <> Stop Event
     <>
    : Else ...
     <> Fork Condition: If Variable [1] == 3 then ...
      <> Break Loop
      <> Change Variable: [3350] = 2
      <> Stop Event
      <>
     : End of fork
     <>
    : End of fork
    <>
   : End of fork
   <>
  : End of fork
  <>
 : End of fork
 <>
: End of loop
<> Erase Picture: #1
<> Erase Picture: #2
<> Erase Picture: #3
Hab ich ich irgendwo einen Fehler gemacht oder liegt es doch am Patch?