Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Level Design (https://forums.graalonline.com/forums/forumdisplay.php?f=6)
-   -   NPC Help please... (https://forums.graalonline.com/forums/showthread.php?t=143)

Nai 03-11-2001 02:22 AM

Can you help with this script anyone?

Well, I have the script...I just need to know how
to make it to where if you have the item already
after you bought it and you try to buy it again
it says like "You already have this Item!"

Thanks for reading this!

grim_squeaker_x 03-11-2001 02:28 AM

Just put in this:
NPC Code:

if (fillinglagsnormallyneededforbuyinghere&&!isweapon ) {
if (hasweapon(weaponname) {
setcharprop #c,Sorry you already have this item!;
}
else {
toweapons weaponname;
optionalextrascriptthingshere;
}
}
And then from here on whatever you had already scripted.


Nai 03-11-2001 02:33 AM

K, I will check it out.

Fai 03-11-2001 03:45 AM

OMG Even I knew that :|

Psyker 03-14-2001 03:31 AM

Nai, I thought you looked at my script for that?
(unless it didn't work)


All times are GMT +2. The time now is 09:12 PM.

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