View Single Post
  #4  
Old 07-20-2012, 05:04 AM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
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.
Reply With Quote