| Blockland Forums > Help |
| variables how do they work |
| (1/2) > >> |
| mourgaina:
Hey is was wondering how do the variable events work cause i have no clue at all. |
| phflack:
there is a manual for v5 variables (on RTB) basicly, you can check the last message, if firing a weapon, and some other things like that (with VCE_ifvalue), then also you can assign variables with input>self>VCE_modvariable, and can check variables with input>target>ifvariable |
| CrazyGoodDude:
Variables are things that can influence other things, like a very common event to do with variable events --- Code: ---ifBLID>Equals>8824>Player>Kill --- End code --- But that is just one of the huge amount of variable events (You could even create a money system with them :O) |
| Chrono:
It requires logic to be able to create your own stuff using variables. |
| Regulith:
--- Quote from: CrazyGoodDude on September 21, 2009, 12:20:40 AM ---Variables are things that can influence other things, like a very common event to do with variable events --- Code: ---ifBLID>Equals>8824>Player>Kill --- End code --- But that is just one of the huge amount of variable events (You could even create a money system with them :O) --- End quote --- You said you've been gone right? Variables V5 came out, and they're completely different. All this <VCE:variable> stuff and all that. I don't really like it, so I don't use it :/ |
| Navigation |
| Message Index |
| Next page |