Author Topic: VCE and prompt event not working?  (Read 791 times)

Im making a medieval rp, and im useing the latest VCE events that i could find. I wasnt able to get my old prompt events so i got the only one i could find. The problem is: With the VCE varibles, it doesnt matter. If i put in 5 <= on varbile true add item:sword. On varible false cleint center print: You dont have enough! they could have -60 and still a get the sword. And with my prompt events, my latest quest, for some reason the first time a load, it all works fine. But when i start mini or re-load it. Its like a EMP, and justs down all prompt events. And some bricks  get taken away.
onpromptaccept named brick NA1 set vehicale slow zombie. Restart mini and the bricks are gone and all prompt events on the spawn for the bot are gone.
Can anyone help me out?
Thanks.

You need to rephrase that or put pictures because you aren't explaining the events you are using well enough.

VCE points...
Onactivate, client, VCE mod check, 5 <=
Onvarible true, player, add item, sword
Onvarible false, client, center print, "You dont have enough points!"
Onvarible true, client, inscore, -5

Prompt events...
Onbotactivated, self, client prompt, "I need your help with a quest, will you help?" (numberd events) 8,9,10
Onpromptaccept, named brick NA1, set veichale, slow zombie
Onpromptaccept, client, center print, "Good, because they're here!"
Onpromptdecline, client, messagebox OK, "Well could ya atleast come back later to help out?"

The prompt event shuts down all prompt events and gets rid of NA1 bricks, even when i destroy the bricks my self.

The VCE one doesnt care if the player has less points then needed, it will just give them that item and not take away points.

bumpI didnt relize how little people knew about this :/

<= means less than or equal too. Change it to >= and problem solved.

<= means less than or equal too. Change it to >= and problem solved.
Thanks, now only if someone could help out with the Prompt events.

I think I heard that Prompt Events are broken. I might be wrong though.

I think I heard that Prompt Events are broken. I might be wrong though.
Well i wouldn't doubt you, but its still up for download in RTB.
I asked a friend and he thinks its a bug. I do remember similar prompt events, so ill keep looking.