Blockland Forums > Help
VCE - "Needs more than one Material"
Pages: (1/1)
Khain:
It's like this:
OnActivate - Player - VCEIfVariable - Magnum -> 1
OnActivate - Player - VCEIfVariable - Scope -> 1
OnVarTrue - Player - SetInventory - Scoped Magnum - 1
I want something like Magnum + Scope = Scoped Magnum
I want to "Link" Magnum + Scope
They may need eachother to create the Scoped Magnum
I have tried it, but it did not work as like i wanted to.
Can someone help me?
Zenthrox:
I had the same problem. Two guys both posted pretty helpful answers:http://forum.blockland.us/index.php?topic=102098.0
Khain:
--- Quote from: Zenthrox on March 07, 2010, 08:45:46 PM ---I had the same problem. Two guys both posted pretty helpful answers:http://forum.blockland.us/index.php?topic=102098.0
--- End quote ---
Oh thanks. Just figured it out!
phflack:
--- Code: ---0 onactivate>player>vce_ifvariable[magnum][==][1][1 2]
1 onvariablefalse>player>vce_ifvariable[scope][==][1][6 7]
2 onvariabletrue>player>vce_ifvariable[scope][==][1][3 5]
3 onvariablefalse>client>bottomprint[you need a scope to attatch to the magnum]
4 onvariabletrue>client>bottomprint[you attatch the scope and magnum together]
5 onvariabletrue>player>setinventory>[scopedmagnum][1]
6 onvariabletrue>client>bottomprint[you need a magnum to attatch to the scope]
7 onvariablefalse>client>bottomprint[you need a scope and magnum to attatch to eachother]
--- End code ---
there...
Warning - while you were typing 2 new replies have been posted. You may wish to review your post.
damit, i hate homework :c
Khain:
--- Quote from: phflack on March 07, 2010, 08:50:22 PM ---
--- Code: ---0 onactivate>player>vce_ifvariable[magnum][==][1][1 2]
1 onvariablefalse>player>vce_ifvariable[scope][==][1][6 7]
2 onvariabletrue>player>vce_ifvariable[scope][==][1][3 5]
3 onvariablefalse>client>bottomprint[you need a scope to attatch to the magnum]
4 onvariabletrue>client>bottomprint[you attatch the scope and magnum together]
5 onvariabletrue>player>setinventory>[scopedmagnum][1]
6 onvariabletrue>client>bottomprint[you need a magnum to attatch to the scope]
7 onvariablefalse>client>bottomprint[you need a scope and magnum to attatch to eachother]
--- End code ---
there...
Warning - while you were typing 2 new replies have been posted. You may wish to review your post.
damit, i hate homework :c
--- End quote ---
Oh thanks!
Pages: (1/1)