Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-10-2003, 05:06 AM
ssnniitt5 ssnniitt5 is offline
Registered User
Join Date: Aug 2003
Posts: 31
ssnniitt5 is on a distinguished road
Someone Help Me With A Command Please

hey, i need some help with putnpc2.. isnt it {putnpc2 x,y,img,sript}



__________________
<(**)>
Reply With Quote
  #2  
Old 12-10-2003, 05:09 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
NPC Code:

putnpc2 x,y,{
// code
// If you want an image:
setimg imgname.filetype;
};



Oh, and it must be serverside.

Last edited by DustyPorViva; 12-10-2003 at 05:23 AM..
Reply With Quote
  #3  
Old 12-11-2003, 04:12 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally posted by DustyPorViva
NPC Code:

putnpc2 x,y,{
// code
// If you want an image:
if (created) setimg imgname.filetype;
};

Please.
Reply With Quote
  #4  
Old 12-11-2003, 05:37 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Someone already made a post about putnpc2 some days ago, try to search before make a new post, anyway, you can also use join inside the putnpc2 brackets. I consider good to use join when the script is too big, so it will make your code shorter and readable.

NPC Code:

putnpc2 x,y,{
join <class name>;
};

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 12:20 AM.


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