Jump to content

What does client stategraphs do?


Recommended Posts

I want to mess up with the stategraph of my character. And I found out that there is an extra client stategraph for SGwilson.

What does SGwilson_client do? If i am to make my own stategraph, do I have to make an extra client stategraph and use it like this?

if TheWorld.ismastersim then
     inst:SetStateGraph("SGwilson")
else
      inst:SetStateGraph("SGwilson_client")
end

 

Edited by Norfeder
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...