View Single Post
  #5  
Old 07-21-2012, 04:31 PM
Bleachlover551 Bleachlover551 is offline
Soul Reaper
Bleachlover551's Avatar
Join Date: Jul 2012
Location: Brunswick
Posts: 34
Bleachlover551 is an unknown quantity at this point
Quote:
Originally Posted by devilsknite1 View Post
PHP Code:
// Made By Toshi! (Developer)
function onCreated() {
  
showcharacter();
  
head "head.png";
  
colors] = "orange";
  
colors] = "white";
  
colors] = "blue";
  
colors] = "red";
  
colors] = "black";
  
attr] = "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.530 );
  }

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
Reply With Quote