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

Jubilife City

The Forum for the Pokemon Online server Jublife City©!
 
HomePortalLatest imagesSearchRegisterLog in
Welcome to the forum of Jubilife City
RPG System is up! Thanks to Greaulex for performing it. Please check the RPG sub forum for more info.
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» R.I.P Jubilife city
Script Snips EmptySun Feb 26, 2012 8:28 pm by Bryton

» Coming Soon, Jubilife Radio
Script Snips EmptySat Oct 29, 2011 11:41 am by Bryton

» Jubilife City Dead?
Script Snips EmptyFri Oct 21, 2011 9:28 pm by Greaulex

» ohaidehr!!!
Script Snips EmptySun Oct 16, 2011 4:30 pm by Bryton

» POST YOUR MOVES HERE
Script Snips EmptySat Oct 15, 2011 9:47 am by Bryton

» MidPoint's Gym Team
Script Snips EmptySat Oct 08, 2011 6:32 pm by Sweetie Luv

» Forum Updates
Script Snips EmptyMon Oct 03, 2011 6:25 pm by Grox

» Artwork Page
Script Snips EmptyFri Sep 30, 2011 9:52 am by Blazken

» Adoption center
Script Snips EmptyThu Sep 29, 2011 10:28 am by Blazken

Most active topics
What is you least favorite pokemon?
Whats your fav Pokemon?
Random Things.
POST YOUR MOVES HERE
Forum Updates
The New League
MidPoint's Gym Team
The shopping mall
Don't Molest Me ;~;
Scripts Talk
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 12 on Sun Jul 07, 2013 4:34 pm

 

 Script Snips

Go down 
2 posters
AuthorMessage
zerogravity
Junior Member
Junior Member
zerogravity


Posts : 5
Points : 27
Join date : 2011-09-03

Script Snips Empty
PostSubject: Script Snips   Script Snips EmptySat Sep 03, 2011 5:04 pm

Here you can share your JS Script Snips. Have Fun!

Like im just gonna share a basic command i made:

Code:

}
if(command == "troll") {
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>Welcome to Trolls!");
sys.sendHtmlMessage(src, "<b>Today we will learn about TROLLS!!!");
sys.sendHtmlMessage(src, "<b>Type /Trolls to get started!");
sys.sendHtmlMessage(src, "----------------------------------");
return;
}
if(command == "trolls") {
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>Since your new :p here are some Trolls:");
sys.sendHtmlMessage(src, "<b>* Blade");
sys.sendHtmlMessage(src, "<b>* Max :p");
sys.sendHtmlMessage(src, "<b>* SkarmPiss");
sys.sendHtmlMessage(src, "<b>* HyperBeem");
sys.sendHtmlMessage(src, "<b>* Kirby.");
sys.sendHtmlMessage(src, "<b>* Elliot :p Hearts ");
sys.sendHtmlMessage(src, "<i>Type /WhatToDo to move on.");
sys.sendHtmlMessage(src, "----------------------------------");
return;
}
if(command == "whattodo") {
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>This is what you do to a Troll.");
sys.sendHtmlMessage(src, "<i>If they Spam, then Mute them.");
sys.sendHtmlMessage(src, "<i>If they Keep Spamming kick them.");
sys.sendHtmlMessage(src, "<i>If they Keep Doing This then take out the Ban Hammer!");
sys.sendHtmlMessage(src, "<i>If they evad Ban Then Rangeban them.");
sys.sendHtmlMessage(src, "<b>Type /whataretrolls to move on.");
sys.sendHtmlMessage(src, "----------------------------------");
return;
}
if(command == "whataretrolls") {
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>What are TROLLS?");
sys.sendHtmlMessage(src, "<i>A troll is a person who Spams, Keeps comming on your Server After Ban.");
sys.sendHtmlMessage(src, "<i>Also someone who is very very very very Bad!");
sys.sendHtmlMessage(src, "<i>And a Troll is a Fag!");
sys.sendHtmlMessage(src, "<b>Type /Extra to move on");
sys.sendHtmlMessage(src, "----------------------------------");
return;
}
if(command == "extra") {
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>This is an Extra Question!");
sys.sendHtmlMessage(src, "<i>Who created Pokemon Online?");
sys.sendHtmlMessage(src, "<u>If you pick this right, you get to start a tour, Tier and #");
sys.sendHtmlMessage(src, "Type /Darkness to pick DN!");
sys.sendHtmlMessage(src, "Type /zeroality to pick zero!");
sys.sendHtmlMessage(src, "Type /coyotte508 to pick coyo!");
sys.sendHtmlMessage(src, "----------------------------------");
return;
}
if(command == "darkness") {
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>That was wrong srry next question");
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>Was This Helpful?");
sys.sendHtmlMessage(src, "<i>Type /Yes if it was.");
sys.sendHtmlMessage(src, "<i>Type /No if it wasn't");
sys.sendHtmlMessage(src, "----------------------------------");
return;
}
if(command == "darkness") {
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>That was wrong srry next question");
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>Was This Helpful?");
sys.sendHtmlMessage(src, "<i>Type /Yes if it was.");
sys.sendHtmlMessage(src, "<i>Type /No if it wasn't");
sys.sendHtmlMessage(src, "----------------------------------");
return;
}
if(command == "coyotte508") {
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>That was right, congratz!!!");
sys.sendHtmlMessage(src, "<i>Show this to Pokemonexpert when your done with the quiz!");
sys.sendHtmlMessage(src, "Code: The Many Wonders Of The World!");
sys.sendHtmlMessage(src, "<i>Type /wasthishelpful to move on!");
sys.sendHtmlMessage(src, "----------------------------------");
return;
}
if(command == "wasthishelpful") {
sys.sendHtmlMessage(src, "----------------------------------");
sys.sendHtmlMessage(src, "<b>Was This Helpful?");
sys.sendHtmlMessage(src, "<i>Type /Yes if it was.");
sys.sendHtmlMessage(src, "<i>Type /No if it wasn't");
sys.sendHtmlMessage(src, "----------------------------------");
return;
}
if(command == "yes") {
sys.sendHtmlMessage(src, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
sys.sendHtmlMessage(src, "<b>Good Job you picked the right one!");
sys.sendHtmlMessage(src, "<b>You Have Passed The Quiz! Congratz (:");
sys.sendHtmlMessage(src, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
return;
}
if(command == "no") {
sys.sendHtmlMessage(src, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
sys.sendHtmlMessage(src, "<b>You picked the wrong one, try again :p");
sys.sendHtmlMessage(src, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
return;



Kinda like a Quiz Smile
Back to top Go down
TheUnknownOne
Administrator
Administrator
TheUnknownOne


Posts : 99
Points : 324
Join date : 2011-08-20
Age : 24
Location : ~Unknown~
Wants to be : Everything, jk.

Script Snips Empty
PostSubject: Re: Script Snips   Script Snips EmptySat Sep 03, 2011 5:09 pm

Dem trolls '-'
Back to top Go down
zerogravity
Junior Member
Junior Member
zerogravity


Posts : 5
Points : 27
Join date : 2011-09-03

Script Snips Empty
PostSubject: Re: Script Snips   Script Snips EmptySat Sep 03, 2011 5:15 pm

LOL and i overheard u want to be one? jk <3

Back to top Go down
TheUnknownOne
Administrator
Administrator
TheUnknownOne


Posts : 99
Points : 324
Join date : 2011-08-20
Age : 24
Location : ~Unknown~
Wants to be : Everything, jk.

Script Snips Empty
PostSubject: Re: Script Snips   Script Snips EmptySat Sep 03, 2011 6:32 pm

Im already one, and Im too good to be on the list P:<
Back to top Go down
Sponsored content





Script Snips Empty
PostSubject: Re: Script Snips   Script Snips Empty

Back to top Go down
 
Script Snips
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Jubilife City :: Arts :: Scripts-
Jump to: