i have an actor(PowerUp) that when destoried it is suppost to tell another actor(Ship) to execute the method gotNuke() but i cant get the right code for the for the PowerUp to tell the Ship to exectue the gotNuke() method i have tried using Ship.gotNuke(); but i keep getting an error message. please help!

