Blockland Forums > General Discussion
Event help topic | Don't be afraid, ask away!
Boomerangdog:
How do I make one retrocheck VCE line event find more than one ID? Like if I have
onActivate -> VCE_Retrocheck -> IfPlayerID -> Equals -> 9493
onVariableTrue -> Player -> Dismount
How do I make it so it check for more than once ID? I tried putting
onActivate -> VCE_Retrocheck -> IfPlayerID -> Equals -> 9493 23453
onVariableTrue -> Player -> Dismount
But then it just didn't check for either... Help?
Port:
--- Quote from: K2Dionysus on December 10, 2011, 07:52:33 AM ---Oh, well thanks anyway. Another thing, guys, how to I make a chat-warp with VCE? Like, I say KABLOOEY and it instantly warps me to my basement? I use to make them, but VCE is very hard to remember
--- End quote ---
InputTargetOutput0onChatMessageSelfVCE_ifValue<var:cl:lastChatMessage>==KABLOOEY1onVariableTrueNAMED_BRICK: target_bricksetPlayerTransform
Katadeus:
--- Quote from: Boomerangdog on December 10, 2011, 07:59:48 AM ---How do I make one retrocheck VCE line event find more than one ID? Like if I have
onActivate -> VCE_Retrocheck -> IfPlayerID -> Equals -> 9493
onVariableTrue -> Player -> Dismount
How do I make it so it check for more than once ID? I tried putting
onActivate -> VCE_Retrocheck -> IfPlayerID -> Equals -> 9493 23453
onVariableTrue -> Player -> Dismount
But then it just didn't check for either... Help?
--- End quote ---
You have to do something along the lines of
onActivate - self - VCE_Retrocheck - IfPlayerID - == - 9493 - [1 2]
OnVariablefalse - self - VCE_Retrocheck - IfPlayerID - == 23453 - [2 2]
OnVariabletrue - Player - Dismount
It'll work, though a bit clumsy.
If it doesn't work, then I'm a total moron.
K2Dionysus:
--- Quote from: Port on December 10, 2011, 08:15:51 AM ---InputTargetOutput0onChatMessageSelfVCE_ifValue<var:cl:lastChatMessage>==KABLOOEY1onVariableTrueNAMED_BRICK: target_bricksetPlayerTransform
--- End quote ---
why does it fail?
Mysteroo:
--- Quote from: Orion on December 09, 2011, 10:09:40 PM ---or ifvalue <var:cl:name> or <var:cl:bl_id>
retrochecks are for lazy bums.
--- End quote ---
glad you feel that way, because I don't even know what a retrocheck does