View Single Post
  #1  
Old 05-04-2007, 09:37 PM
killerogue killerogue is offline
Registered Omega
killerogue's Avatar
Join Date: Apr 2006
Location: United States
Posts: 1,920
killerogue is on a distinguished road
Send a message via AIM to killerogue Send a message via MSN to killerogue
Just Some Gani Scripting....

Finally remembering the question I had thought about while in school. Is it possible to put a public function inside a gani scripting and call it from a server script?

Something like:

Gani Script -
PHP Code:
public function ganiStuffnewStuff )
{
  
this.chat temp.newStuff

Server Script -
PHP Code:
function onCreated()
{
  
showaniblah );

  
withshowani300 ) )
  {
    
this.ganiStuff();
  }

__________________


REMEMBER, IF YOU REP ME, LEAVE A NAME!

Quote:
Originally Posted by haunter View Post
Graal admins don't die. They go to hell and regroup.
Quote:
Originally Posted by Inverness View Post
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.
Reply With Quote