Author Topic: Broken VCE  (Read 664 times)

This event string isn't working. Nothing is popping up. I'm trying to get line 7 (the eighth line shown) to centerprint. The "do you want to..." line. But nothing is centerprinting. Anything wrong with these events? None of my variables have been modified.


What exactly are you trying to do?

The seventh line is being overwriten by the eighth line, To fix this add a delay to the eighth line.

The seventh line is being overwriten by the eighth line, To fix this add a delay to the eighth line.
But would this cause NOTHING to centerprint at all? Still, I'll try that.

OHH i miss read that.

I think i get what your trying to do. but unless you tell me i cant be sure.

I think you need to change line 3 to onvariabletrue

How you have it set up now shows.

It checks to see if they have the checkpoint.
If they have it it disappear.
If not they can get it.
If they chose to not have that checkpoint.
They can get healed.

OHH i miss read that.

I think i get what your trying to do. but unless you tell me i cant be sure.

I think you need to change line 3 to onvariabletrue

How you have it set up now shows.

It checks to see if they have the checkpoint.
If they have it it disappear.
If not they can get it.
If they chose to not have that checkpoint.
They can get healed.
Still nothing. Want me to send you the bls file so you can fool with it? Basically it's for a zombie thing. At each area, the player can choose to either fully heal, or set a checkpoint. If they've already set checkpoint, the door will dissapear for them. If they've already healed, it will say "You have already healed here!" If they have done neither, it says "Would you like to heal or checkpoint, type..." yada yada yada (line 7).

Line 7 is being displayed only if the players last message was Heal Accept and they haven't healed yet.


I think you should change it so it is asked before lines 2 and 3, so they get asked the question then have to choose a response.

Of course then you need a delay or something on the current lines 2 and 3 so it doesn't use the last thing they said.

I'm just gonna remake it...

If thats not it I have no idea what is wrong...

Turns out SirLancelot's server (the server I was using it on)'s VCE was broken altogether. I'll try it on my server and see if it fixes it.

Noedit:
Works. Locking.