Blockland Forums > Help
How do you latterly MAKE events like...
TheBlackParrot:
--- Quote from: Jr. Rex on August 28, 2011, 04:39:30 AM ---I don't get the first line of events and is this include the money mod or VCE cash
Oh and can you only do one item?
--- End quote ---
It's VCE.
You could go more than 5, but since you only have 5 inventory slots, there's really no point in going to 6+ items.
--- Quote from: Jr. Rex on August 28, 2011, 04:41:42 AM ---But my main questions were could you post a link to the thing were you make events and or could somen do it for me
--- End quote ---
What do you mean by that? I just did the events for you.
Jr. Rex:
No I mean make events as in create something like what I put and post it and also you don't get my 1 2. 3...6. Thing it means if the random number is 1 you get the 1 item and so on also I knew it was vce but what did the thing before the 950 mean?
TheBlackParrot:
--- Quote from: Jr. Rex on August 28, 2011, 04:59:38 AM ---No I mean make events as in create something like what I put and post it and also you don't get my 1 2. 3...6. Thing it means if the random number is 1 you get the 1 item and so on also I knew it was vce but what did the thing before the 950 mean?
--- End quote ---
Oh, ok.
--- Code: ---0 | onActivate | Self | VCE_ifValue | <var:cl:payfor> | == | 950 | 1 5
1 | onVariableTrue | Client | VCE_modVariable | payfor | Subtract | 950
2 | onVariableTrue | Self | VCE_modVariable | randomness | set | 1
3 | onVariableTrue | Self | VCE_modVariable | randomness | randomNum | 6
4 | onVariableFalse | Client | CenterPrint | Woops! You need to have at least $950 to get a hammer! | 3
5 | onVariableTrue | Self | VCE_ifValue | <var:br:randomness> | == | 1 | 6 7
6 | onVariableTrue | Player | addItem | Hammer
7 | onVariableFalse | Self | VCE_ifValue | <var:br:randomness> | == | 2 | 8 9
8 | onVariableTrue | Player | addItem | Hammer
9 | onVariableFalse | Self | VCE_ifValue | <var:br:randomness> | == | 3 | 10 11
10 | onVariableTrue | Player | addItem | Hammer
11 | onVariableFalse | Self | VCE_ifValue | <var:br:randomness> | == | 4 | 12 13
12 | onVariableTrue | Player | addItem | Hammer
13 | onVariableFalse | Self | VCE_ifValue | <var:br:randomness> | == | 5 | 14 15
14 | onVariableTrue | Player | addItem | Hammer
15 | onVariableFalse | Self | VCE_ifValue | <var:br:randomness> | == | 6 | 16 16
16 | onVariableTrue | Player | addItem | Hammer
--- End code ---
The "thing before the 950" is ==. That's just another way of saying "is equal to".
Jr. Rex:
...be smart I'm not that stupid I know what the == sign is I'm talking about the thing before that and plz just tell me the link to how to make events fwi I'm talking about how to make events as in I want to create the things you post on the forum
Crown2:
--- Quote from: Jr. Rex on August 28, 2011, 05:27:42 AM ---...be smart I'm not that stupid I know what the == sign is I'm talking about the thing before that and plz just tell me the link to how to make events fwi I'm talking about how to make events as in I want to create the things you post on the forum
--- End quote ---
It's not a simple site that you go to.