
07-21-2012, 04:31 PM
|
|
Soul Reaper
|
 |
Join Date: Jul 2012
Location: Brunswick
Posts: 34
|
|
Quote:
Originally Posted by devilsknite1
PHP Code:
// Made By Toshi! (Developer)
function onCreated() {
showcharacter();
head = "head.png";
colors[ 0 ] = "orange";
colors[ 1 ] = "white";
colors[ 2 ] = "blue";
colors[ 3 ] = "red";
colors[ 4 ] = "black";
attr[ 1 ] = "rainbow_chinahat.png"; // or hat = "";? idk
nick = "Toshi";
ap = 100;
shieldpower = 1;
dir = 2;
}
function onPlayerTouchsMe() {
say2( "I Made This Level" NL "to see my house say 'yes'." );
}
function onPlayerChats() {
if ( player.chat == "yes" ) {
setlevel2( "toshis_level_inside_room5.nw", 35.5, 30 );
}
}
This way won't work in the GraalEditor, but it is certainly much less deprecated compared to mixing GS1 and GS1 together.
|
okay thanks  okay Bye  |
|
|
|