Advertisement
metalx1000

Blender 3D Game - Remove Objects

Feb 1st, 2012
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import bge
  2.  
  3. scene = bge.logic.getCurrentScene()
  4.  
  5. owner = bge.logic.getCurrentController().owner
  6.  
  7. scene.objects["Cube"].endObject()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement