→Example: removeed secound )
(Updated to match the current API boilerplate.) |
(→Example: removeed secound )) |
||
| Line 30: | Line 30: | ||
/script SendChatMessage("My base armor is ".. UnitResistance("player", 0)); | /script SendChatMessage("My base armor is ".. UnitResistance("player", 0)); | ||
/script _, total, _, _ = UnitResistance("player",0 | /script _, total, _, _ = UnitResistance("player",0); SendChatMessage("My total armor is "..total); | ||