Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:30 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.