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);
}
|
As Ziro said, always place words in a string unless it's relating to an object. For instance, triggeraction(mousex, mousey, "fruit", "apples");
compared to
triggeraction(mousex, mousey, "owies", player.account, player.level.name);