Re: Blank NPC talking script.
Lest be honest, this will make a server unique in a -0.000001% and it's nothing but junk. Sad but xblackcat & Moogra are right.
Re: Blank NPC talking script.
Re: Blank NPC talking script.
Lol.For v61.This NPC has probs.
Re: Blank NPC talking script.
Quote:
Originally Posted by
happydud3
Actually xblackcat has a point.
This guy has been releasing junk.
Worse shit i've ever seen roflmfaooo
Yeah agreed. WTF man?
Code:
if (status == 6 || mode == -1) {
cm.dispose();
You've already defined cm.dispose(); at the end. No need for it again.
Code:
if (status == 5) {
status = 6;
return;
What the fuck is this for?
JUNK. Will people stop releasing gay shit... oh wait that's what RaGEZONE ppl do.
Re: Blank NPC talking script.
Quote:
Originally Posted by
BloodAngel13
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.
var status = 0;
↓
var status = -1;
function start() {
status = -1; <- Delete
Re: Blank NPC talking script.
stop releasing crap please.
Re: Blank NPC talking script.
LOL ROFL!! EPICC NPC HAHAHAHAHAHAHA.
Seriously... not cool. Even those guides in tutorial section are more brief and complex than this sh!t
Re: [Release] Blank NPC talking script.
Anyone could look at another NPC script that says stuff and change it.
Re: [Release] Blank NPC talking script.
Dude, this is AWESOME! Thank you for releasing this!
Re: [Release] Blank NPC talking script.
why would you release a "blank" NPC?
Re: [Release] Blank NPC talking script.
Because some of us are too dull to figure out how to do it ourselves =)
Re: [Release] Blank NPC talking script.
Thx im starter learining c++ and java this is nice for me xD
Re: [Release] Blank NPC talking script.
Quote:
Originally Posted by
aropop
Thx im starter learining c++ and java this is nice for me xD
This is like one of the worse npc scripts you can learn from. The thread starter doesnt know how to code,
Re: [Release] Blank NPC talking script.
Dude stfu. It may not be the best coded npc but it still works. You guys act like you are the best. Mind showing me an exmaple of what you coded?
Re: [Release] Blank NPC talking script.
lol
Code:
function start(){
cm.sendOk(" ");
cm.dispose();
}
This is more a blank NPC. AND WORKS
And, you can't learn good from it since it sucks...
BloodAngel, the problem is not that you can code or not, the problem is that releasing every fart you do, is kinda useless if you get what i means.