View Single Post
FaeruN
Member
 
Join Date: Feb 2012
Posts: 30

Old March 7th, 2012, 11:09 AM
I am using these

Quote:
Phase: Post Levels Priority: 5000 Index: 1


if (tagis[hero.EquipWep] = 2) then
if (tagis[hero.EquipMain] <> 0) then
if (tagis[hero.EquipOff] <> 0) then
perform hero.assign[Custom.TwiceEquip]
endif
endif
endif
Quote:
Phase: Final Phase Priority: 10000 Index: 2


if (hero.tagcount[Custom.TwiceEquip] <> 0) then
field[BonEnhance].value = 5
endif
and it sends me an error that says Group -> "Hero" not defined
FaeruN is offline   #12 Reply With Quote