Only "defname" can be used in FORINSTANCES ? - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Only "defname" can be used in FORINSTANCES ? (/Thread-Only-defname-can-be-used-in-FORINSTANCES) |
Only "defname" can be used in FORINSTANCES ? - Jim - 02-07-2015 03:10 PM In "FORINSTANCES" statement, only "defname" can be used? e.g. FORINSTANCES defname ENDFOR I tried to use BASEID, but it doesn't work. e.g. FORINSTANCES BASEID ENDFOR If some items that had been placed in the world. and these items only have BASEID, doesn't have defname, how to use 'FORINSTANCES' ? RE: Only "defname" can be used in FORINSTANCES ? - XuN - 02-07-2015 08:38 PM ID? [itemdef] -> id -> defname for example i_bardiche_force baseid for i_bardiche_force = i_bardiche ... so unless you really want to access the BASE - ID of the i_bardiche_force you should use <id> |