Author Topic: VCE - "Needs more than one Material"  (Read 465 times)

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?

I had the same problem. Two guys both posted pretty helpful answers:http://forum.blockland.us/index.php?topic=102098.0

I had the same problem. Two guys both posted pretty helpful answers:http://forum.blockland.us/index.php?topic=102098.0
Oh thanks. Just figured it out!

Code: [Select]
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]

there...
Warning - while you were typing 2 new replies have been posted. You may wish to review your post.
damit, i hate homework :c

Code: [Select]
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]

there...
Warning - while you were typing 2 new replies have been posted. You may wish to review your post.
damit, i hate homework :c
Oh thanks!