'NewestCOServer.Game.Prof' is a 'type' but is used as a 'variable' Error

02/28/2010 02:59 Decker_#1
When I use this code I get an error:
Code:
[COLOR="Red"]Prof[/COLOR](new Game.Prof() { ID = 410, Lvl = 12, Exp = 0 }); //Blade
The error is:
Quote:
'NewestCOServer.Game.Prof' is a 'type' but is used as a 'variable'
How can I fix this?
02/28/2010 03:08 Arcо#2
Use it as a type instead of a variable.
That should fix it.
02/28/2010 03:08 Decker_#3
How do I do that?
02/28/2010 03:10 Arcо#4
Take a look at my prof god npc I released.
02/28/2010 03:13 xSynthesis#5
Just put GC.MyChar.RWProf instead of yours.