1
Resolved Questions / Re: Using typed code Haxe in Stencyl vs. Drag and Drop blocks [Answered]
« on: August 14, 2015, 11:24:27 pm »
Looks informative I will definitely send new people that way.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
if ((Engine.engine.getGameAttribute("Officers").length == 0))
{
Engine.engine.getGameAttribute("Officers").push(new Array<Dynamic>());
Engine.engine.getGameAttribute("Officers")[Std.int(0)].push(("" + "Captain Braggart"));
Engine.engine.getGameAttribute("Officers")[Std.int(0)].push(1);
Engine.engine.getGameAttribute("Officers")[Std.int(0)].push(0);
}