Quote:
Originally Posted by MrAnonymous_P2P
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);