Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-04-2005, 10:21 PM
jas988 jas988 is offline
Registered User
Join Date: Feb 2005
Posts: 14
jas988 is on a distinguished road
I need help making this item.

I want to make a pot that makes a heart when thrown. the problem is i can't get the heart to appear. i tried...

// NPC made by jas988
if (created) {
canbecarried;
}
if (wasthrown) {
putleaps 4,x,y;
destroy;
putobject 5,x,y;
}

and...

// NPC made by jas988
if (created) {
canbecarried;
}
if (wasthrown) {
putleaps 4,x,y;
destroy;
putobject heart,x,y;
}


but no prevail. I need some help please!
Reply With Quote
 

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 10:32 AM.


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