Player.CharacterLoaded is in the event scripting list but does not fire - Printable Version +- 2DWorlds Forums (http://2dworlds.buildism.net/forum) +-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4) +--- Forum: Bug Reports (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=23) +--- Thread: Player.CharacterLoaded is in the event scripting list but does not fire (/showthread.php?tid=13) |
Player.CharacterLoaded is in the event scripting list but does not fire - Ghosty - 10-04-2012 It doesn't appear to ever be firing, either in an external script object or with the internal event scripting. RE: Player.CharacterLoaded is in the event scripting list but does not fire - Jacob__mybb_import1 - 10-05-2012 That event shouldn't be needed any more, since Players.ChildAdded(player) now fires after the character has been added. I just forgot to take it out of the list. |