if(usr.multi_targeting == 1) |
Problem description:
Skill Procs.dm:17:error: T.targeted: undefined var
Skill Procs.dm:24:error: T.AllowMove: undefined var
Skill Procs.dm:25:error: T.in_kekkai: undefined var
Skill Procs.dm:27:error: T.in_kekkai: undefined var
Skill Procs.dm:28:error: T.AllowMove: undefined var
Skill Procs.dm:29:error: T.in_kekkai: undefined var
(Note These are marked with *)
Now what the code is supose to do is put up the kekkai around all the mobs that are in the targets(list, but when compiled i get those six errors. The strange thing is this little code is very similar to the kekkai code i have for a single target and i get no errors from that. So can anyone help me out here?