Difference between revisions of "Inter-mod Communication"

10 bytes removed ,  23:53, 22 June 2019
imported>Docclox
m (→‎How To Get A Form From Another Mod: The example was wrong - Form cannot be cast as Actor. I've fixed it.)
imported>Kalevala
Line 182: Line 182:
     Var[] params = new Var[1]
     Var[] params = new Var[1]
     params[0] = actorThatEntered
     params[0] = actorThatEntered
     relayScript.CallFunction("RegisterForSummon", actorThatEntered)
     relayScript.CallFunction("RegisterForSummon", params)
   endIf
   endIf
endEvent
endEvent
Anonymous user