Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-22-2008, 03:09 AM
Understood Understood is offline
Registered User
Join Date: Jun 2006
Location: Orlando, FL
Posts: 120
Understood is on a distinguished road
onKeyPressed..press again?

Hi, I'm creating an event called "Name that song" which has one very obvious flaw..."F3"
I was hoping that stopping the song whenever a person presses F3 would work, but the song that was playing still shows. I also tried changing the song name, but still no luck. Is there a way to basically tell the client to press a button again? So I could just close the options menu as soon as it opens, or does anyone have any other solutions?
Thanks.
PHP Code:
//#CLIENTSIDE
function onKeyPressed) {
  if ( 
== 114 ) {
    
stopmidi();
  }

Reply With Quote
 


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 12:01 AM.


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