This may seem like a dumb question, but I can assure you if it was I would not ask it. They key I am speaking of is set to spawn when a certain entity dies by the entities destroy script activating it. Here's the code if that didn't make sense:
This is the code for the entities destroy script.
;Artificial Intelligence Script
;Header
desc = Leave corpse and activated if used
;Triggers
:state=0:state=1,suspend,coloff
:state=1:activateifused=1
;End of Script
Here is the code for the key's Appear script:
;Artificial Intelligence Script
;Header
desc = Appear By Activation, play and set Spawn
;Triggers
:state=0,activated=1:state=1,spawnon
:state=1:state=2,setalphafade=0,setframe=0
:state=2:incframe=0,incalphafade=100
:state=2,frameatend=0:state=3
:state=3,alphafadeequal=100:state=4,runfpidefault=1
;End of Script
The keys Main script is set to the key default, pickupkey.fpi, however I cannot pick it up!!
Any help is greatly appreciated.