Event Handlers – Talk
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
:I'm not sure, but afair this also goes for [[player]]... can anyone state this? --[[User:Raedor|raedor]] 14:21, 15 October 2006 (CEST) | :I'm not sure, but afair this also goes for [[player]]... can anyone state this? --[[User:Raedor|raedor]] 14:21, 15 October 2006 (CEST) | ||
::I'm going to ask someone to test [[player]] this on a dedicated server, as I think the [[local]] command also always returns true at this point to.[[User:UNN|UNN]] 19:08, 15 October 2006 (CEST) |
Revision as of 18:08, 15 October 2006
Please don't change the link to local it points to a script command and should remain.
I added another link for Multiplayer locality.
Planck 13:17, 24 July 2006 (CEST)
I think the following should also be added to the MP notes section, but I'm not sure how best to format this. Could someone please advise, or add the information in the correct format, for future reference?
MP notes: "Init" eventhandler when executed by a unit config during the start of a mission, will not directly support group command. group will always return null. The same applies if the command is used in a function, thats called directly from the init event. To avoid this restriction, execute the command via a script, launched from the init event.