lastevent=pick(0,1,2,3,4,5)
if(lastevent==0&&!eventon)
//rest of event info
if(lastevent==1&&!eventon)
//rest of proc
if(lastevent==2&&!eventon)
//rest of proc
if(lastevent==3&&!eventon)
//rest of proc
if(lastevent==4&&!eventon)
//rest of proc
if(lastevent==5&&!eventon)
//rest of proc
Problem description:
I have an event proc that cycles through events depending on what the last event was. It used to work, but now I want the events to be random
However that doesn't really state what your problem is. Could you be more specific?