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