Thread: Spatular script
View Single Post
  #1  
Old 09-29-2001, 02:09 PM
Death_Link Death_Link is offline
Registered User
Join Date: Aug 2001
Posts: 51
Death_Link is on a distinguished road
Spatular script

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?
Reply With Quote