1) At least that doesn't apply to SHIELD actor, since:
Quote:
addinventory GET_SHIELD PIG_SHIELD_AMOUNT1
|
2) If you are not using SHIELD actor, why can't you just...?
Quote:
Getplayer[THISACTOR]... TEMP
addinventory GET_SHIELD 0
addvar TEMP 50
setplayer[THISACTOR]... TEMP
|