[Release] Blank NPC talking script.
Blank NPC talking script
This script was made so that you can simply inform players about anything you want. You can tell them 6 message with this script. Tested and everything. That way, noobs dont ask 'can some1 script an npc that talks', just link them to this page! Don't forget to edit the message you want. I would lol so hard if some noob leeched the script below and didnt edit it. Then when you click the NPC, all it says is MESSAGE HERE. xD
PHP Code:
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (status == 6 || mode == -1) {
cm.dispose();
} else {
if (status == 5) {
status = 6;
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendNext("MESSAGE HERE");
} else if (status == 1) {
cm.sendNextPrev("MESSAGE HERE")
} else if (status == 2) {
cm.sendNextPrev("MESSAGE HERE");
} else if (status == 3) {
cm.sendNextPrev("MESSAGE HERE");
} else if (status == 4) {
cm.sendNextPrev("MESSAGE HERE");
} else if (status == 5) {
cm.sendOk("MESSAGE HERE");
cm.dispose();
}
}
}
I forgot if the base as made by someone else. If so credits to that person. If not credits to me.
Re: Blank NPC talking script.
You are crazy arent you today you've been releasing alot of stuff. can you make something that takes alot of time like say a quest npc get these items for this item or fame this person and get this item or something unique that hasn't been released not critizing just saying I think you would be more like for something more unique
Re: Blank NPC talking script.
Well all my release were meant to help help out noobs, not pros. (Not saying you are one and im not saying you arent one) I mean an npc script? For noobs. !jail command? For noobs. @ban command? Noobs and pros. xD Well the point is at least they arent noob releases, but the releases are for noobs, if that makes sense. >.>
Edit: Dont worry. When my threads eventually die, you will get your wish. =(
Re: Blank NPC talking script.
Stop releasing crap. kthanksbye
Re: Blank NPC talking script.
Eh, isnt really crap. Its a fully working npc script that anyone can use. Seeing as many people say they 'dont understand' java. Using this script in your server will make you server be a little more unique AND you dont need ANY knowledge on java, just fill in the blanks. Just trying to help people out, is that so bad? ><
Re: Blank NPC talking script.
is it just me or does blackcat flames everyone at every thread?
Re: Blank NPC talking script.
Quote:
Originally Posted by
xblackcat
Stop releasing crap. kthanksbye
Dude stop the flaming if you have nothing good to say don't say nothing at all he's doing it for the noobs lol
Quote:
Originally Posted by
flashlights
is it just me or does blackcat flames everyone at every thread?
Yah thats him alright...
Re: Blank NPC talking script.
i think bendanx3 released this before
Re: Blank NPC talking script.
Like really, idk about you guys, but I like noobs (no homo). They are fun to teach and stuff. I like spoon-feeding noobs and it makes everyones lives easier. Thats less threads about noob requests like npc scripts. Everyone wins. :)
Re: Blank NPC talking script.
Actually xblackcat has a point.
This guy has been releasing junk.
What is this by the way ?
PHP Code:
if (status == 6 || mode == -1) {
cm.dispose();
} else {
if (status == 5) {
status = 6;
return;
}
if (mode == 1)
status++;
else
status--;
Worse shit i've ever seen roflmfaooo
Re: Blank NPC talking script.
lol nice this would help people that want a blank npc =d...
Re: Blank NPC talking script.
You don't have to release everything you edit or make. Imagine if everyone on this forum released everything they made or edited. It clogs up the forum. However, if you have some decent releases, by all means release them.
Re: Blank NPC talking script.
thanks for this useless release.
Re: Blank NPC talking script.
Re: Blank NPC talking script.
Quote:
Originally Posted by
happydud3
Actually xblackcat has a point.
This guy has been releasing junk.
What is this by the way ?
PHP Code:
if (status == 6 || mode == -1) {
cm.dispose();
} else {
if (status == 5) {
status = 6;
return;
}
if (mode == 1)
status++;
else
status--;
Worse shit i've ever seen roflmfaooo
Agreed lolol .
Way 'Nice' release [: Rofls .
Please, something nicer next time .
-XotiCraze.