Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Help
»
How do I use variables to make thing?!?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How do I use variables to make thing?!? (Read 446 times)
SoulStealer
August 06, 2009, 07:46:55 PM
If I say "dog" I will change into a Zombie Dog
If I say "human" I will change to standard player
If I say "womprat" I will change into a Womprat
How do I do such things?
Ad Bot
Advertisement
phflack
August 06, 2009, 07:57:44 PM
onlastplayermessage, looping, and toggling, you can only have one input variable at a time, or it will do both and affect all variable outputs of v4, unless you're using v5 which makes it much easier as you don't need to toggle
SoulStealer
August 06, 2009, 07:58:56 PM
Can't you just tell me what I need to put in the events?
phflack
August 06, 2009, 09:13:13 PM
oh fine, i was too lazy before
variables V4
0[X]input>self>loopingoutputstuffs
1[X]onloopingstuffs>self>iflastplayermessage[dog]
2[X]onvariabletrue>player>changedatablock[zombiedog]
3[X]onvariablefalse>self>toggleeventenabled[1 2 3 4 5 6]
4[0]onloopingstuffs>self>iflastplayermessage[human]
5[0]onvariabletrue>player>changedatablock[standard]
6[0]onvariablefalse>self>toggleeventenabled[4 5 6 7 8 9]
7[0]onloopingstuffs>self>iflastplayermessage[womprat]
8[0]onvariabletrue>player>changedatablock[womprat]
9[0]onvariablefalse>self>toggleeventenabled[7 8 9 1 2 3]
forgot how to work v5 =D i'll be back with another post..
SoulStealer
August 06, 2009, 10:07:02 PM
So...what is...loopingstuffs?._.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Help
»
How do I use variables to make thing?!?