Thread
:
Loading Variables into Objects
View Single Post
#
2
04-10-2007, 10:08 AM
Admins
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
getstringkeys() accepts this., thiso., player., playero. etc., you can't do "anyobjectname.varname" though. For that you would need to use the with-command like
PHP Code:
with
(
objectname
) {
for (
key
:
getstringkeys
(
"this.inv_"
))
...
}
Admins
View Public Profile
View GraalOnline Profile
Visit Admins's homepage!
Find all posts by Admins