Author Topic: VCE Help  (Read 476 times)

I have a long ass eventing thing right here about a quest to do but I have some trouble and I can't firgue out why. All the "look1" variables are set at 0. It keeps displaying "The "you finished the quest" line." but I want it to execute 26 and 27 only. *Notice: I fixed 27.


NOEDIT: No edit button curses... It displays 25, the "you finished the quest" line. Just wanted to put it there.

Not set =/= 0

And also , try putting 21 in the box behind the promt.

Not set =/= 0

And also , try putting 21 in the box behind the promt.


I don't understand VCE language that much. :o.

Oh snap. >.>

I've commonly had trouble with prompts working intermittently, try just doing it by just OnActivate rather than PromptYes... try to isolate the problem. I'm not sure exactly what you are trying to do with these events... The variable names aren't helpful =P

I've commonly had trouble with prompts working intermittently, try just doing it by just OnActivate rather than PromptYes... try to isolate the problem. I'm not sure exactly what you are trying to do with these events... The variable names aren't helpful =P

Look1 = Asking you, did you do the quest already?

Look1.1 = Asking you, did you already accept the quest?

Look1.2 = Asking you, did you finish the quest?

I've commonly had trouble with prompts working intermittently, try just doing it by just OnActivate rather than PromptYes... try to isolate the problem. I'm not sure exactly what you are trying to do with these events... The variable names aren't helpful =P

My god. I hate there no edit buttons. It's not the prompt really... (I don't think) It's the variables. :/

Fixed the problem on his server, some confusion between the nullvalue and 0 value I believe.