k guys im gunna make a cooking systum for alot of the houses in my playerworld but i need the spatular script for the last bit. Ill post the codes i have bolow:
this is the food script:
// NPC made by Death_Link
if (playerenters) {
hide;
dontblock;
}
if (playerchats&&strequals(#c,fish)) {
show;
blockagain;
timeout = 5;
}
if (timeout) {
setimg fishnmcooking.png;
sleep 5;
say2 The fish looks done now;
setimg fishnmcooked.png;
}
I just need a spatuale script 2 go with this. can any1 help?