//When Spawned
IfSpawned
  tmpargument = rand & 75 + 50
  SetFlyHeight
  tmpargument = 200
  SetTime
  SpawnPoof

IfTimeOut
  SpawnPoof
  GoPoof

// All Done
End
