7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
//Author: kevintjuh93
|
|
|
|
function enter(pi) {
|
|
pi.playPortalSound();
|
|
pi.warp(900090100);
|
|
return true;
|
|
} |