Thread: partynumber
View Single Post
  #5  
Unread 06-01-2018, 10:14 AM
glafria's Avatar
glafria glafria is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Dec 2015
Location: Germany , Wiesbaden
Posts: 33
Send a message via ICQ to glafria Send a message via MSN to glafria Send a message via Skype™ to glafria
I tried it with this code



HTML Code:
MyRaidQuery = Turbine.Gameplay.Player;
MyRaidQuery1 = MyRaidQuery.GetRaid;

MyPartyQuery = Turbine.Gameplay.Player;
MyPartyQuery1 = MyPartyQuery.GetParty;
        
        Turbine.Shell.WriteLine("Debuglinestart");
        Turbine.Shell.WriteLine(MyPartyQuery.GetParty);
        Turbine.Shell.WriteLine(MyRaidQuery.GetRaid);
        Turbine.Shell.WriteLine("Debuglineend");



The Output was


Quote:
[06/01 05:13:00 PM] Debuglinestart
[06/01 05:13:00 PM]
[06/01 05:13:00 PM]
[06/01 05:13:00 PM] Debuglineend

So the Value is nil or the syntax is wrong.
__________________
Glafria, an old old human healing minestrel.
She is a member of an Legion on Gwaihir


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Glafria, eine alte heilende Menschenfrau.

Sie ist ein ehrbares Mitglied einer Allianz auf Gwaihir.
Reply With Quote