Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-28-2012, 11:51 PM
Fysez Fysez is offline
Banned
Join Date: Apr 2012
Posts: 89
Fysez has a little shameless behaviour in the past
NPC Triggers

Is it possible to Trigger ServerSide to ClientSide on NPC's?
I know it's possible for ClientSide to ServerSide:
PHP Code:
function onActionTest() {
this.chat params[0];
}
//#CLIENTSIDE
function onCreated() {
triggeraction(this.xthis.y"Test""TestChat!");

But it their a way to convert this where it is something like:
PHP Code:
function onCreated() {
triggeraction(this.xthis.y"Test""TestChat!");
}
//#CLIENTSIDE
function onActionTest() {
this.chat params[0];

this?
I know this does not work, But how would I make it work???

-Thanks!
Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 06:03 AM.


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