Entry 3514

for my tutorial

   

Submitted by anonymous on April 6, 2010 at 2:28 a.m.
Language: Python. Code size: 202 bytes.

import GameLogic

cont = GameLogic.getCurrentController()

own = cont.owner



#guts of it here

if own["initp"] != True:

	#do setup here

	own["prop"] += 1



own["initp"] = True

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).