#Deleted

10 messages · Page 1 of 1 (latest)

rancid wedge
#

Because your method is throwing an exception

#
OnEquipRequested.Invoke();
private void MyOnEquipRequestedEvent() // Throws an Exception and Execution stops
HandleEquip(); // Never Gets Executed
#

think about it like this

#

the event is invoked

#

exception is thrown

#

and execution stops

#

Fix your method

#

thats the solution

#

look at the console

#

figure out what is causing the Exception