Whoops, fixed some comment stuff.
This commit is contained in:
parent
9c57e1cf7a
commit
679ef8dc74
1 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ class BasicObject:
|
||||||
actor: (Object) Reference to the looker
|
actor: (Object) Reference to the looker
|
||||||
"""
|
"""
|
||||||
# Un-comment the line below for an example
|
# Un-comment the line below for an example
|
||||||
#print "SCRIPT TEST: %s looked at %s." % (looker, self.source_obj)
|
#print "SCRIPT TEST: %s looked at %s." % (actor, self.source_obj)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def a_get(self, actor):
|
def a_get(self, actor):
|
||||||
|
|
@ -29,7 +29,7 @@ class BasicObject:
|
||||||
actor: (Object) Reference to the person who got the object
|
actor: (Object) Reference to the person who got the object
|
||||||
"""
|
"""
|
||||||
# Un-comment the line below for an example
|
# Un-comment the line below for an example
|
||||||
#print "SCRIPT TEST: %s got %s." % (looker, self.source_obj)
|
#print "SCRIPT TEST: %s got %s." % (actor, self.source_obj)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def a_drop(self, actor):
|
def a_drop(self, actor):
|
||||||
|
|
@ -39,7 +39,7 @@ class BasicObject:
|
||||||
actor: (Object) Reference to the person who dropped the object
|
actor: (Object) Reference to the person who dropped the object
|
||||||
"""
|
"""
|
||||||
# Un-comment the line below for an example
|
# Un-comment the line below for an example
|
||||||
#print "SCRIPT TEST: %s got %s." % (looker, self.source_obj)
|
#print "SCRIPT TEST: %s got %s." % (actor, self.source_obj)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def class_factory(source_obj):
|
def class_factory(source_obj):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue