Thread
:
Gani scripting?(Color changing)
View Single Post
#
2
01-28-2008, 05:19 AM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
just make a file named whatever you want, and then add this:
PHP Code:
SCRIPT
player
.
red
=
1
;
player
.
blue
=
0
;
player
.
green
=
0
;
SCRIPTEND
and then in a system
PHP Code:
player
.
attr
[
6
] =
"myfile.gani"
;
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994