WoodenJester
Member
- Joined
- Jun 10, 2015
- Messages
- 342
- Reaction score
- 1
Getting some trouble when casting revive on a dead player.
At the moment it successfully targets the player & casts revive, though the dead player doesn't receive the option/dialog to accept it.
The player is always targeted before the cast with:
So far I've tried:
Has anyone else had any problems with Reviving?
At the moment it successfully targets the player & casts revive, though the dead player doesn't receive the option/dialog to accept it.
The player is always targeted before the cast with:
Code:
SetTarget(obj);
So far I've tried:
Code:
UseSkill("Revive", false);
UseSkill("Revive");
UseSkill(10546);
UseSkill(10546, false);
Has anyone else had any problems with Reviving?