![]() |
|
#1
|
|||
|
|||
![]()
Both answers are yes, however I need to enhance the script. I hope I have time to do this next week.
|
#2
|
||||
|
||||
![]() Quote:
This is really a great piece of work and has totally revitalized No.401 Squadron in a big way. We hope to use this script to help bring a CO-OP campaign to fruition. We're testing with the current version and signs are really good.
__________________
Pilot #1 (9:40 hours flying time, 3/0/1 Fighters, 7/2/0 Bombers). RIP No.401 Squadron Forum ![]() ![]() ![]() Using ReconNZ's Pilot Log Book |
#3
|
|||
|
|||
![]()
Very nice..Tried this and looks very promising only problem for me is if I use your script, Triggers and Actions seem to stop working? or am I doing something wrong?
Last edited by Punch_145; 10-27-2012 at 09:33 PM. |
#4
|
|||
|
|||
![]()
I am unable to get the script to work, I've downloaded the example mission and loaded on my host machine (not dedicated server), started the mission as multiplayer (coop) and then have a client try and join the mission. The host is able to select an aircraft but the client, typing any of the three commands sees nothing. An following error is shown on the client machine: *WPF.Unavailable puppet place error. I'm not sure if I am doing this correctly so any help would be appreciated.
|
#5
|
|||
|
|||
![]() Quote:
Code:
[rts] scriptAppDomain = 0 Is there any entry in the log file? |
#6
|
|||
|
|||
![]()
That was it, added the RTS scriptAppDomain and it worked like a charm. Thanks
|
#7
|
|||
|
|||
![]()
Thank you Kodiak, Much appreciated
![]() |
#8
|
|||
|
|||
![]() Quote:
Code:
public override void OnTrigger(int missionNumber, string shortName, bool active) { base.OnTrigger(missionNumber, shortName, active); AiAction action = GamePlay.gpGetAction(ActorName.Full(missionNumber, shortName)); if (action != null) { action.Do(); } } ![]() |
#9
|
||||
|
||||
![]() Quote:
Cheers!
__________________
Pilot #1 (9:40 hours flying time, 3/0/1 Fighters, 7/2/0 Bombers). RIP No.401 Squadron Forum ![]() ![]() ![]() Using ReconNZ's Pilot Log Book |
![]() |
|
|