Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   "Setbackto" gani attribute not working (https://forums.graalonline.com/forums/showthread.php?t=77614)

Crow 11-18-2007 03:37 PM

"Setbackto" gani attribute not working
 
Well, its somehow not working on the playerworld im working on correctly. For example, if you swing your sword, it doesnt set the gani back to idle, it just shows the last frame of the sword gani. Any ideas?

Switch 11-18-2007 09:04 PM

PHP Code:

setani(idle,swing);
sleep(1);
setani(idle,idle); 

Only thing I can think of right now...

Crow 11-18-2007 09:06 PM

Err, what? I dont think you know what I'm talking about o.O

Switch 11-18-2007 09:16 PM

After a Gani is done you want it to go back to the reg gani, right?

Crow 11-18-2007 10:11 PM

Which is what "setbackto" is for. Setbackto doesnt work.

Switch 11-18-2007 10:59 PM

then:
PHP Code:

setani(reg_ani_in_string,replacing_ani_in_string);
sleep(ammount of time you want in float);
setani(reg_ani_in_string,reg_ani_in_string); 

It'll make it set back to that idle gani after a certain ammount of time.

Crow 11-18-2007 11:16 PM

Excuse me, but my problem is that a standard feature of Graal is missing/****ed up. You cannot fix that with scripts, I just created this thread because I was hoping someone else was having this problem before and knows how to fix it.

Switch 11-18-2007 11:21 PM

Oooh, I was just saying how to avoid it :p k didn't understand.


All times are GMT +2. The time now is 07:20 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.