View Single Post
  #10  
Old 04-22-2007, 03:19 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by Dionysus View Post
ok do you guys not understand what im trying to get in return of my question......

I need a way to make my Client-RC trigger an action to Normal-RC to do the /help and all of those other commands by NOT scripting each god dame command in my Client-RC......

Than for tabs i need to know how to make them do stuff like load diffrent displacements.....

I dont need no god dame wiki site i need help from someone who knows it ok because if i am asking on here that means i dont get it on the god dame wiki site..........
1.) Stop being an ass.
2.) I gave you the ideas of tabs. Use the following function to do different things:

PHP Code:
// Previous code...
function Tabs.onSelect(temp.tObjecttemp.tIdtemp.tTexttemp.tIndex)

     echo(
temp.tText);

Which you should be able to figure out yourself.

3.) For your help command, You need to script it yourself.

4.) You can't make a Client-RC until you've read the Wiki. It is full of information that would of saved us alot of time instead of answering your dumb questions here. http://wiki.graal.net/
__________________
What signature? I see no signature?

Last edited by godofwarares; 04-22-2007 at 03:20 PM.. Reason: Added Wiki comment.
Reply With Quote