Talk:Thinking: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
The wiki could definately do with more "how does X work?" articles. --[[User:Winston|Winston]] 09:02, 23 Feb 2008 (PST)
The wiki could definately do with more "how does X work?" articles. --[[User:Winston|Winston]] 09:02, 23 Feb 2008 (PST)
:[[Adding an experience system|Yours isn't too bad either.]] :-) --[[user:TomEdwards|TomEdwards]] 09:10, 23 Feb 2008 (PST)
:[[Adding an experience system|Yours isn't too bad either.]] :-) --[[user:TomEdwards|TomEdwards]] 09:10, 23 Feb 2008 (PST)
I am unable to call SetThink() from inside Think(), is this a known truth?
 
== Calling SetThink() ==
 
I am unable to call SetThink() from inside Think(), is this a known truth? --[[User:Empbox|Empbox]]
: What happens if you try the SetThink() code from the article? --[[user:TomEdwards|TomEdwards]] 09:12, 4 August 2009 (UTC)

Revision as of 02:12, 4 August 2009

Very impressive! Useful topic & helpful implementation, I'm sure it'll be much appreciated! The wiki could definately do with more "how does X work?" articles. --Winston 09:02, 23 Feb 2008 (PST)

Yours isn't too bad either. :-) --TomEdwards 09:10, 23 Feb 2008 (PST)

Calling SetThink()

I am unable to call SetThink() from inside Think(), is this a known truth? --Empbox

What happens if you try the SetThink() code from the article? --TomEdwards 09:12, 4 August 2009 (UTC)