SphereCommunity
Clilocs not working ? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Clilocs not working ? (/Thread-Clilocs-not-working)



Clilocs not working ? - Reflex - 04-20-2012 05:07 PM

For some reason some Clilocs don't seem to work they just act as if the statement is not even there at all? Why is this? Are there certain clilocs that only work in certain situations or ?

Example: SRC.SYSMESSAGELOC 1 1005019


RE: Clilocs not working ? - RanXerox - 04-21-2012 04:35 AM

That should work, perhaps SRC is not what you think it is?


RE: Clilocs not working ? - Reflex - 04-21-2012 06:43 AM

Well sometimes I will put in a cliloc and 1 will work but the other one wont.. maybe it was just lack of sleep ;p


RE: Clilocs not working ? - Shaklaban - 04-21-2012 07:13 PM

as i know different clilocs have different objectives. for example message clilocs cannot use on context menus etc.


RE: Clilocs not working ? - Reflex - 04-22-2012 06:47 AM

I kinda figured this out.. for example if I wanted to use a cliloc in a message.. it would look like this

Code:
SRC.SYSMESSAGELOC 1,1005019, <statememnt here if any, else leave blank>

Now, say I am going to use a cliloc in a contextmenu..
SRC.AddContextEntry 1001,5019,0 // You cutoff the first 3 digits i'm not sure why but thats how I've been doing it and it works. ;p