MesozPlzMS
Would you like to react to this message? Create an account in a few clicks or log in to continue.
MesozPlzMS

Hello! Welcome to the MesozPlzMS Forum. Enjoy your stay.
 
HomeHome  PortalPortal  Latest imagesLatest images  RegisterRegister  Log in  

 

 Philberts Developer Application.

Go down 
2 posters
AuthorMessage
Rusty
Beginner
Beginner



Posts : 4
Join date : 2009-08-01

Philberts Developer Application. Empty
PostSubject: Philberts Developer Application.   Philberts Developer Application. Icon_minitimeSat Aug 01, 2009 10:32 am

Name: Philbert

Age: 15

Hobbies: Soccer , Basketball, Gym ( Most active currently , gotta work out more . )

Location: Singapore .

Other Interesting Things: I can make videos too , graphics are great too and I can do the melbourne shuffle Smile .

How long have you been coding? A year and about 4 months, from general coding to maplestory developments .

What is the code for making an NPC that says "Hello there" with a next button after it?
Code:
 //Rusty's Developer Application , ( Test NPC ) .

                      var status = 0; 

function start() { 
    status = -1; 
    action(1, 0, 0); 


function action(mode, type, selection) { 
     
    if (mode == -1) { 
        cm.dispose(); 
    } 
    else { 
        if (status >= 2 && mode == 0) { 
            cm.sendOk("Take Care, Peace ."); 
            cm.dispose(); 
            return; 
        } 
         
        if (mode == 1) { 
            status++; 
        }     
        else { 
            status--; 
        } 
         
        if (status == 0) {
            cm.sendNext("Hello there !");
        }
        else if (status == 1) {
            cm.sendNext("Why did you hit the Next Button ?");
            cm.dispose();
            }
        }
    } 


Do you have the GM Handbook? Yes i do ,

What is the code for a Red Relaxer? 3010005

Any examples of your coding: I'm more of into Wz Editing and i don't like to share them out .

Can you code PQs? Yes, but being a perfectionist, i would make it perfect, fun and enjoyable . Thus it might take a few days for 1 pq to come out , but i can assure you it'll definitely be worth it .
Back to top Go down
keena
Honorary Member
Honorary Member
keena


Posts : 281
Join date : 2009-06-28
Age : 31
Location : Floor ee duh

Philberts Developer Application. Empty
PostSubject: Re: Philberts Developer Application.   Philberts Developer Application. Icon_minitimeSat Aug 01, 2009 2:25 pm

I like you. You're cool. ;P
xD
Nice app [:
Back to top Go down
 
Philberts Developer Application.
Back to top 
Page 1 of 1
 Similar topics
-
» The one and only application x.x
» Cam's GM Application
» GM Application.
» Dom's GM application
» James' GM Application

Permissions in this forum:You cannot reply to topics in this forum
MesozPlzMS :: Applications :: DEV Applications-
Jump to: