One would not need a "up" or "down" arrow. All they need is a brain to type "Yes" or "No".
Here is the new edited script:
NPC Code:
if (playertouchsme&&!client.lucky) say2 Do you feel lucky? Yes or No?;
else say2 Hey I already talked to you!;
if (playerchats&&!client.lucky) {
if(strequals(#c,yes)) {
playerhearts = 1;
say2 Too bad punk, you arent.;
set client.lucky;
}
if(strequals(#c,no)) {
playerrupees+=100;
say2 Good kid, dont too be proud.;
set client.lucky;
}
}
Godspeed helped me edit it.
