Poll

anyone? (pik yo fav)

any1?
1 (50%)
ayone?
0 (0%)
anyone?
1 (50%)
gahnaha7
0 (0%)
any2?
0 (0%)

Total Members Voted: 2

Author Topic: shops  (Read 950 times)

i kneed to now a few things:

the events for any old shop with money
events on a good way to get money
how to check money

if i left anything out that i probably need please tell me what they are and then tell me the events for them

THX


Onactivate:Client:Centerprint:<color:FFFFFF>Would you like to buy (Enter name here.) for (Money amount you want to sell it for)?
Onactivate:Self:Iflastmsg:Yes
ifvaribletrue:Self:Spawn item:(Item you want.)
ifvaribletrue:Self:deductcash:(Money amount you wanted to sell it for.)

Onactivate:Client:Centerprint:<color:FFFFFF>Would you like to buy (Enter name here.) for (Money amount you want to sell it for)?
Onactivate:Self:Iflastmsg:Yes
ifvaribletrue:Self:Spawn item:(Item you want.)
ifvaribletrue:Self:deductcash:(Money amount you wanted to sell it for.)
Seems a little confusing.
Code: [Select]
OnActivate > Client > Modvariable [cash] [add] [Number of cash added]To get money
Code: [Select]
OnActivate > Client > IfVariable [cash] >= [price]
OnVariableTrue > Client > Modvariable [cash] [Substract] [price]
OnVariableTrue > Client/player > Thing or something you want as a reward

NoEdit
Top one is to get cash
Bottom one is to recieve it.
ModderSlodders is basically a prompt , but thats a little advanced if you are just starting.

Seems a little confusing.

Confusing? How? Its really simple if you ask me =\

all of the events are simple, others think that they are very confusing, not sure why

all of the events are simple, others think that they are very confusing, not sure why

Yeah I think events are the best thing about BlockLand. It makes it a lot easier.

i mean without cashmod
vce instead


i mean without cashmod
vce instead
Seems a little confusing.
Code: [Select]
OnActivate > Client > Modvariable [cash] [add] [Number of cash added]To get money
Code: [Select]
OnActivate > Client > IfVariable [cash] >= [price]
OnVariableTrue > Client > Modvariable [cash] [Substract] [price]
OnVariableTrue > Client/player > Thing or something you want as a reward

Yeah I think events are the best thing about BlockLand. It makes it a lot easier.
It is complicated for a first time VCE user.

It is complicated for a first time VCE user.

Yeah but I think there's some Tutorials on here, i'll check.


i remember when v5 variables came out and i had no idea how to use them since i was used to v4 xD V5 is way better though :D