Mystic Software Forums

Mystic Software => General Discussion => Topic started by: Burton_projects on June 18, 2006, 12:08:59 PM

Title: (no subject)
Post by: Burton_projects on June 18, 2006, 12:08:59 PM
I just made a very small demo and i mean very small only a few boards 6 programs and such. I need better thing to put in such as characters and items and a shop. I've been looking but theres no shop that actually works. I need shop because im making multiplayer. There are some glithes in the battles and I need help with on thing:

When you walk up to a chest you get an item and 1 gp but I only want to have that  happen once. so a player cant keep going there geting stuff. The bank doesn't reconise gp. Should I send this in to get feedback?
Title: (no subject)
Post by: Dude Man on June 18, 2006, 03:13:47 PM
Sounds like it needs a lot of work. You'd be best just using the CallShop command. And you need to use if to make the chest only work once


Code: [Select]
*untested code. I haven't done RPGCode for about a year

if chest1 = 0
(

GiveItem("Potion.itm")

Else

Mwin("Empty")

)

There should be a program simular to that in the demo game.
Title: (no subject)
Post by: Burton_projects on June 18, 2006, 08:11:20 PM
Thanks! But... it kinda dosen't work. Xorlak might know he used a thing like it in dark age