# Jedi Knight Cog Script # # prl_dropthing.cog # Sylvicolus [PRL] 22 July 2001 # http://www.lactarius.com/sylvicolus/jk/ # # Actor creates Thing upon death. # # This cog is not supported by LucasArts Entertainment Co. symbols message killed thing ActorWithThing template ThingTemplate=keyyellow thing newThing local end code killed: newThing = CreateThing(ThingTemplate, GetSenderRef()); return; end