Difference between revisions of "AGIWiki/AGI Studio Template Game"

Jump to navigation Jump to search
m
no edit summary
m
m
Line 88: Line 88:
Alternately, you can eliminate the "Can't tp to room 0" message and change the inner [[AGIWiki/If statement|if statement]] to read:
Alternately, you can eliminate the "Can't tp to room 0" message and change the inner [[AGIWiki/If statement|if statement]] to read:
<syntax type="C++">
<syntax type="C++">
  if (v255 != 0) {
  if (v255 != 0) {
     new.room.v(v255);
     new.room.v(v255);
  }
  }
885

edits

Navigation menu