Chaos Project

RPG Maker => RPG Maker Scripts => Topic started by: ShadowIce on February 25, 2011, 06:19:50 am

Title: Problem displaying user's guild.
Post by: ShadowIce on February 25, 2011, 06:19:50 am
Hi all.  What part of the script detects if a user is IN a guild? So like for example, I'm on The Order Of Four team, and my friend is on the AquaElite team. I want to be able to display my guild name under my name. and my friends guild under my friends name.

Because when I use $network.guildname, it makes everybody have the same guild.
Title: Re: [XP] Problem displaying user's guild.
Post by: Blizzard on February 25, 2011, 06:32:46 am
The guildname of other players is not transmitted over the network. You would have to alter the scripts a little bit for that to happen.
Title: Re: [XP] Problem displaying user's guild.
Post by: ShadowIce on February 25, 2011, 06:34:38 am
Ok, how would I alter the scripts to do this?