Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-20-2007, 04:56 AM
Dionysus Dionysus is offline
RTK| God of Wine
Dionysus's Avatar
Join Date: Apr 2007
Location: United States
Posts: 14
Dionysus is on a distinguished road
Send a message via AIM to Dionysus
GS2: Client-RC

How would i get
PHP Code:
requesttext"clientrc"1
to display text in my
PHP Code:
new GuiMLTextCtrl("RC_Chat"){
  
blah...

__________________


Reply With Quote
  #2  
Old 04-20-2007, 05:29 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
function onRCChat is clientside for Client-RCs

PHP Code:
function onRCChat()
{
(
"RC_Chat").addText("\n" params[0]);

or however it goes, I don't remember the params for onRCChat. Skyld's wiki is a good place to get information on these things
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 03:37 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.