Let's go SHOPPING! hmm...


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

Posted by Element_Greven on November 24, 1998 at 23:03:02:

In Reply to: Let's go SHOPPING! In Jedi Knight! posted by Matthew Pate on November 22, 1998 at 01:59:42:

Well it looks like a good cog. I made one one time that let ya trade stuff..a vending machine of sorts. It could exchange Y bin for X bin.
This looks alot better though. What you could do is put in one or two more int . these could be
int realbin=0 local
int cashbin=0 local

------
...
realbin = GetInv(player, 14)
SetInv(player, 14, cashbin)
...
cashbin = GetInv(player, 14)
SetInv(player, 14, realbin)

Not sure if this will work though ya might give it a shot.

--Greven



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]