View Single Post
  #9  
Old 11-12-2006, 05:39 AM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally Posted by Chompy View Post
also, function SomeWarpButton_onAction() {

its
function SomeWarpButton.onAction() {
Speedy typo on my part i have .onAction() for the buttons.

Quote:
and have you tried like .onSelect()?
Thats for Textlists and stuff only i think, the buttons WORK fine in theory, but lag when sending triggers.

Quote:
but try to catch the event to it, or post whole script and take out some parts?
Ive pretty much posted the entire script in its smallest form, the rest are just offshoots of a basic function. The warpto is the most basic function I have that is still causing problems triggering. Every function below that also has the params lag.
Reply With Quote