View Single Post
Old 08-24-2004, 11:07 AM   #3 (permalink)
Blackette
 
Join Date: Dec 2003
Location: Indianapolis
Age: 38
Posts: 128
Send a message via ICQ to Blackette
Default

Ok, so it does enable the [props values! Thank you Art!!!

So I will code one for each member of my class that I want visible in the props command.

Woo HOO!!!

Thank you again!

PS - If my member is private, can it still be accessed in that way? Or does private only limit calls from other methods and classes?

[code] // Path variables.
private int m_warrior_path = 0;
private int m_rogue_path = 0;
private int m_scholar_path = 0;
private int m_tradesman_path = 0;
private int m_total_path = 0;CODE]

Please don't feel obligated to keep answering, I know it's annoying having a noob attached to your leg. My apologies.
__________________
Dominus Exuro

Looking for RP based, experienced RunUO scripters.

http://home.comcast.net/~dominare/Dominion_main.htm
Blackette is offline   Reply With Quote