Quote:
Originally Posted by Stefan
Graal is ignoring the default values, it's only used by GraalShop.exe
|
I know, I'm asking how to change that default attribute with what you want there.
Quote:
Originally Posted by Inverness
Params are sent with the setani()/setcharani() function like I said before.
replaceani(defaultani, newani); can be used to replace the default ganis with custom ones.
Ex: replaceani("idle", "mycustomidle");
Graal would use "mycustomidle" in place of the default idle animation from that point on, you would use replaceani("idle", "idle"); to change it back to normal.
|
I know but how would you change the attr that you want to change and still replace the idle gani?