Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-05-2002, 10:17 AM
Cy36 Cy36 is offline
Registered User
Join Date: Jan 2002
Posts: 29
Cy36 is on a distinguished road
Red face help with script

can someone help me with a script that would make the npc disappear when it is hit by an arrow
Reply With Quote
  #2  
Old 03-05-2002, 10:21 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
NPC Code:

if (wasshot) {
hide;
}

__________________
[signature]insert here[/signature]
Reply With Quote
  #3  
Old 03-05-2002, 02:46 PM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Quote:
Originally posted by screen_name
NPC Code:

if (wasshot) {
hide;
}

wouldn't that make it disapear if it was hit by a nukeshot as well?
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote
  #4  
Old 03-05-2002, 11:38 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Well yes it would. I would suggest that though, why would it matter?
If you want to be perfect:
NPC Code:

if (created) timeout=.05;
if (timeout)
{
for (i=0;i<arrowscount;i++;)
{
if (arrows[i].x in |x-.5,x+3| && arrows[i].y in |y-1,y+2|)
{
hide;
// destroy;
// If you want it to be destroyed uncomment this ^.
}
}
timeout=.05;
}



I am not sure if arrows[i] includes nukeshots...
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote
Reply


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:47 AM.


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