Quote:
Originally posted by Kaimetsu
NPC Code:
if(playertouchsme){
message So, you wanna see how I'd code it?;
this.state=1;
timeout=2;
}
if(timeout) message;
if(playerchats){
if(this.state==1){
if(strequals(#c,yes)){
message Well you can just go to hell; timeout=2;
}
elseif(strequals(#c,no)){
message Well you can just go to hell; timeout=2;
}
}
}
|
This is why you should not anger the script monkey
