Difference between revisions of "Inter-mod Communication"
→Custom Events
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", | relayScript.CallFunction("RegisterForSummon", params) | ||
endIf | endIf | ||
endEvent | endEvent |