Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Strings and Var (https://forums.graalonline.com/forums/showthread.php?t=8723)

Link188 08-03-2001 12:00 AM

Strings and Var
 
How do I sell Pearls and Fish to an NPC?? Or I mean how can I make one that you sell to for g???

Link188 08-03-2001 12:13 AM

Will anyone helP!!!!!!!!!!!!!!

LiquidIce00 08-03-2001 01:05 AM

something like
NPC Code:

if (playerchats&&strequals(#c,sellfish)) {
this.pounds=strtofloat(#s(fishpound));
this.playerrupees+=this.pounds;
setstring fishpound,;
}


Link188 08-03-2001 02:19 AM

THX Liquid Ice but do you know how to see pearls? Or is the same?


All times are GMT +2. The time now is 06:30 AM.

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