Blockland Forums > Help
How do you latterly MAKE events like...
Jr. Rex:
I was wondering what kin d of system thing would you use to make events cus I was wondering if I could make something like ( example below) and if someone could make it for me that would be great it's part of the moneymod
Onactive> Self> payfor> 950 ( this parts already made)
Onpaysuccess> self> spawnitem [1 or 2 or 3...6]
On1> self> spawnitem> hammer
On2> self> spawnitem> hammer
On3> self> spawnitem> hammer
On4> self> spawnitem> hammer
On5> self> spawnitem> hammer
On6> self> spawnitem> hammer
Something like that and if you did make it I will be the happiest man alive
Plz and thank you and plz rate idea..
Jr. Rex:
Yes I know I spelled litterly wrong but on my iPod I can't edit
TheBlackParrot:
--- Code: ---0 | onActivate | Self | VCE_ifValue | <var:cl:payfor> | == | 950 | 1 3
1 | onVariableTrue | Client | VCE_modVariable | payfor | Subtract | 950
2 | onVariableTrue | Player | addItem | Hammer
3 | onVariableFalse | Client | CenterPrint | Woops! You need to have at least $950 to get a hammer! | 3
--- End code ---
I'm not sure if addItem is a stock event or an add-on.
Also, you can't force a hammer to suddenly fly out of a brick.
Jr. Rex:
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?
Jr. Rex:
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