View Single Post
  #4  
Old 07-14-2007, 02:53 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
I haven't tried this, but this -should- work (gani script):


PHP Code:
function onCreated()
{
  
play(params[0]);

If that doesn't work, try this in the wNPC:

PHP Code:
player.attr[20] = "songtoplay.mid";
setani("flute2"); 
And then this in the gani:

PHP Code:
function onPlayerEnters()
{
  
play(player.attr[20]);

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote