Thread
:
Global Trigger Weapons
View Single Post
#
13
12-05-2009, 09:14 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Why are you doing this?
PHP Code:
globalTriggerName
=
this
.
name
;
It's probably better to just do this:
PHP Code:
globalTrigger
=
this
;
then you can just do
PHP Code:
globalTrigger
.function();
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994