Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Raise event client specific

Former Member
0 Likes
670

Hi,

I'm using FMod 'BP_RAISE_EVENT' to raise a custom event created from SM64. I've batch jobs set up in clients 110 and 120 on the same system waiting for this custom event. When the event is triggered in one of the clients, the batch jobs in both clients are being triggered. I couldn't find any parameter in the FMod BP_RAISE_EVENT that could restrict the event to be triggered in the same client. I hope i made myself clear!! Can anybody help with this?

thanks,

Venky

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

Hi

I think u need to use two different events.

Max

2 REPLIES 2
Read only

Former Member
0 Likes
512

Hi

I think u need to use two different events.

Max

Read only

0 Likes
511

I don't think that will solve my problem. In the program, i'm getting a value from the event parameter. I can't use two different events otherwise i'll have to write coding in my program to get data from both the two events. Any other ideas?

-- Venky