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 09-29-2001, 09:08 PM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
Bread Part 2

ok, kamu, im trying it still, hehe, but im gonna try setting it as a string, so, i was wondering how i would et this up, but im not sure. here is what i think might do the trick;

NPC Code:

// NPC made by Urond the Paladin
if (created) {
setimg breadfoodicon.png;
setstring z,0;
}
if (playertouchsme) {
toweapons Bread;
setplayerprop #z,1;
}
if (weaponfired && strequals(#z,>1)) {
playerhearts+=2;
setplayerprop #z,0;
if (strequals(#z,<1)) {
destroy;
}
}

Reply With Quote
  #2  
Old 09-29-2001, 09:42 PM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
NPC Code:

// NPC made by Urond the Paladin
if (created) {
setimg breadfoodicon.png;
setstring z,0;
}
if (playertouchsme) {
toweapons Bread;
setstring z,1;
}
if (weaponfired && z>1{
playerhearts+=2;
setstring z,0;
if (z<1) {
destroy;
}
}

?
Reply With Quote
  #3  
Old 09-29-2001, 10:15 PM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
umm, where will i add toweapons Bread;? and thank you lots for helping me with this
Reply With Quote
  #4  
Old 09-29-2001, 10:17 PM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Make your own ideas dont steal.
Reply With Quote
  #5  
Old 09-29-2001, 10:24 PM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
Quote:
Originally posted by Poogle
Make your own ideas dont steal.
what do you mean? im making an offline quest and im adding a food shop, back off, poogle
Reply With Quote
  #6  
Old 09-30-2001, 09:11 AM
SSj_Link SSj_Link is offline
Registered User
Join Date: Jul 2001
Location: i r live in texas
Posts: 244
SSj_Link is on a distinguished road
Send a message via ICQ to SSj_Link Send a message via AIM to SSj_Link
Exclamation

I understand that
yay
lol

* bows before Kai *

-freak-
__________________
-People with my Password: Me (Boozy), Ghostface Killa, bgraven, Freaky Carnie, Dark Warlock, and SoulReaver.
-So they can all post.-

-I hate my account name -

~Old Names: Link, Darklink, Neo, then Boozy when Bravo died. (So some people will recognize me)~

AIM: boozyneo
ICQ: 116030736
Msn: [email protected]
Email: [email protected]


-DANCE SPAM DANCE!- Dark Warlock
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 10:37 PM.


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