//Script that makes camera poof when not held by AI
IfDropped
  GoPoof
IfUsed
  tmpargument = rand % 3 + 2      //2-4 second cooldown
  tmpargument = tmpargument * 50
  SetReloadTime
  tmpargument = 0
  tmpdistance = SPAWNLAST
  tmpx = 0
  tmpy = 0
  SpawnParticle
End					// All done
