View Single Post
  #2  
Old 10-19-2009, 08:02 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
I believe you can code these kind of things into your Scripted RC yourself.

Explore the GUI Objects like so.. (You can find a lot of neat things this way :3)

PHP Code:
//#CLIENTSIDE
function onCreated() {
  for (
temp.contGUIContainer.controls) echo(temp.cont.name);

Find the GUI Object name for the Filebrowser, and add a script event function to "hook" it. I.e: Object.onKeyDown()
__________________
Quote:
Reply With Quote