No requests on this board
However, I'll show some generosity. This is the first script that I ever created in my whole life. Just apply this script to the main script for the item you want to be the objective.
;Artificial Intelligence Script
;Header
desc = Pickup item and win game
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pickedupanitem.tga,hudname=itemprompt,hudhide=1,hudmake=display,state=10
:state=10,plrdistwithin=40:state=1,playertake,coloff,plrsound=audiobank\misc\ping.wav,hudshow=itemprompt,hudfadeout=itemprompt,video=videobank\storyvideo.avi,state=2
:state=1:rundecal=5
:state=2,plrwithinzone=1:activateallinzone=1,state=1
;End of Script