CactusCole 2 Posted August 26, 2017 When you use the function GetArea() what type of object does it return? An area object, a trigger, a placeable? I know it has an OnUserDefined event because they used SignalEvent(GetArea(OBJECT_SELF), EventOnUserDefined(20)); Where would I find these area objects because they don't exist in the blueprints? Quote Share this post Link to post Share on other sites
JCarter426 1,214 Posted August 26, 2017 It returns the module itself, the ones in the RIM and MOD files. Quote Share this post Link to post Share on other sites
CactusCole 2 Posted August 27, 2017 Found it it's the .are file, didn't notice the OnEnter and OnUserDefined scripts before Quote Share this post Link to post Share on other sites