View Single Post
  #1  
Old 08-21-2008, 09:00 AM
vizmaster vizmaster is offline
Member
 
Join Date: Aug 2006
Posts: 27
Director call not working

I make the following call:
Code:
viz.director(VR1.WaitRun)

class room:
	def WaitRun():
		viz.waittime(3)

VR1 = room()
gives me: TypeError: WaitRun() takes no arguments (1 given)

How am I giving it an argurment?
__________________
VizMaster
Reply With Quote