Ok, i'm trying to learn how to script and i'm doing something that when it happens it won't happen again.
for example.
NPC Code:
if (playerchats&&strequals(#c,Hello)){
players[index].rupees+=10;
}
It thought it might be something like this but it doesnt work
NPC Code:
if (playerchats&&strequals(#c,Hello)){
players[index].rupees+=10;
set Hello-Rupee}
if (playerchats&&strequals(#c,Hello)){
if (Hello-Rupee){message No more >:[
}
}
And whats the command for if all enemies are dead....?