You can see every thing in the game by running this code:
#1
First, make sure you have the Lua console open at the bottom. Then, run the code below in it. Courtesy of blocco. ^_^

[lua]n=0; repeat sleep(0.1) print(game:get(n), " - ", game:get(n).Parent) n=n+1; until game:get(n+1) == nil;[/lua]
Reply
#2
(06-25-2011, 04:44 PM)blocco Wrote: First, make sure you have the Lua console open at the bottom. Then, run the code below in it. Courtesy of blocco. ^_^

[lua]n=0; repeat sleep(0.1) print(game:get(n), " - ", game:get(n).Parent) n=n+1; until game:get(n+1) == nil;[/lua]


So there ARE hidden objects...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)