Lugia14 postsjoined 2006-07-22#12006-08-01Why this line has error?I am a beginner of making JASS script, so I always see other people script for learn. But when i use local Target = GetSpellTargetUnit(), a error occur when I save. It say need a handle or something. Why???
UnMi76 postsjoined 2006-02-16#22006-08-01local type [b]variable_name[b/] = valueMeaning you would need:local unit target = GetSpellTargetUnit()
PurplePoot1,418 postsHerejoined 2005-12-14#42006-09-27ayuh, you havent told wc3 what it can store in that variable.