guild stone menu - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: guild stone menu (/Thread-guild-stone-menu) |
guild stone menu - richm - 08-27-2014 08:01 AM Hello Ive got the script pack guild stone menus loaded. Whenever i chance the guild name or abbreviation, basically whenever the script tries to announce a change to the guild members, i get this error in console... 22:58:ERROR:(sphere_genericstone_functions.scp,106)Undefined symbol 'Guild' this is line 106 from that script... ref1.allmembers -1,sysmessage @68,0,3 <f_stonesys_gettypename <ref1.uid>> Message: <local.message> I can't see what it wrong with it? FYI no message is sent to the guild members by the looks of it. As i am in testing, i am the only member of the guild. I do not receive the message. Any ideas? Thanks Rich RE: guild stone menu - ForesteR - 06-14-2015 01:50 AM someone knows how to resolve that? same here RE: guild stone menu - Coruja - 06-15-2015 07:18 AM on sphere_genericstone_functions.scp try change the line 149 return <local.typename> to return "<local.typename>" RE: guild stone menu - ForesteR - 06-15-2015 11:43 AM i just remove , , and good to go.. ref1.allmembers -1,sysmessage @68 <f_stonesys_gettypename <ref1.uid>> Message[<name>]: <local.message> |