Thread: SImple Problem
View Single Post
  #26  
Old 03-20-2007, 04:31 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
Quote:
Originally Posted by MrAnonymous_P2P View Post
Does triggeraction work in gs2? Its not working for me in this script

PHP Code:
function OnCreated() {

TRIGGERACTION (26.5,-4,hide,1);


Your styling is horrible.. also, hide is text thus it should be wrapped in quotes. Right now its set to 0 since it thinks its a variable named "hide".

And hide == 0

PHP Code:
function onCreated() triggerAction(26.5, -4"hide"1); 
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote