[Release] Another request by steer
Okay
well easily done with an NPC
npcconvo
PHP Code:
public String getStuff() {
return getPlayer().getGender() == 0 ? "gay" : "lesbian";
}
PHP Code:
var status = 0;
start() {
cm.sendYesNo("Do you get morning wood?");
}
action(mode, t,selection) {
if (mode < 1) {
cm.sendOk("You are " + cm.getStuff()); cm.dispose();}
else {status++;
if (status==1) cm.sendYesNo("Do you check out girls?");
else if (status==2) cm.sendYesNo("Do you think moogra is a super sexy delicious daddy?");
else if (status==3) cm.sendYesNo("Do you enjoy looking at hunks at the beach?");
else if (status==4) cm.sendYesNo("Do you like buttsex?");
else if (status==5) cm.sendYesNo("Are you black?");//lol wtf?
else cm.sendOk("You are straight");
cm.dispose();
}}
He made up the questions.
Re: [Release] Another request by steer
Re: [Release] Another request by steer
shouldnt you use cm.sendyesno? im noob kinda so lol
Re: [Release] Another request by steer
Quote:
Originally Posted by
DNGuy1
shouldnt you use cm.sendyesno? im noob kinda so lol
They are mad chill
Re: [Release] Another request by steer
Quote:
Originally Posted by
DNGuy1
shouldnt you use cm.sendyesno? im noob kinda so lol
fixed thanks
Re: [Release] Another request by steer
Lol.
Thanks again.
I will be using this
Re: [Release] Another request by steer
Quote:
Originally Posted by
OreansSucks
fixed thanks
wow i helpd O_O lol
Re: [Release] Another request by steer
steer request too much :O