Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Pause an item/item ability?
Pause an item/item ability?
01-23-2007, 09:39 AM
#1
scythetleppo
I need to pause a unit entirely, including stopping his items from using their abilities.
How to do this?
01-23-2007, 10:30 AM
#2
BertTheJasser
if you pause a unit with
PauseUnit
(
u
,
true
)
then the unit can not drop, pick nor use items nor normal abilities (except opening a spellbook).