Finding Region Name - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Finding Region Name (/Thread-Finding-Region-Name) |
Finding Region Name - mlyon83 - 05-18-2013 04:21 AM I would like to know how to define SRC.REGION.NAME, but "Jail" is currently unidentified in console error: Code: IF (<LINK.ACCOUNT.TAG.JAIL_STATUS> == 1) RE: Finding Region Name - RanXerox - 05-18-2013 06:07 AM The value is a string, so use STRCMP or STRCMPI RE: Finding Region Name - Mordaunt - 05-18-2013 07:08 AM And don't use VARS RE: Finding Region Name - mlyon83 - 05-18-2013 10:28 AM (05-18-2013 07:08 AM)Mordaunt Wrote: And don't use VARS What's wrong with VARs? What else is there to use? RE: Finding Region Name - Alaric - 05-18-2013 10:46 AM (05-18-2013 10:28 AM)mlyon83 Wrote:(05-18-2013 07:08 AM)Mordaunt Wrote: And don't use VARS tag RE: Finding Region Name - Rattlehead - 05-18-2013 10:47 AM use LOCAL instead, as VARs will eat up resources alot more than LOCALs will |