Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Ganis And walking (https://forums.graalonline.com/forums/showthread.php?t=19240)

Kumada 12-20-2001 06:01 AM

Ganis And walking
 
Ok i made a walking gani how do i make it so it plays the gani
(torch2_walk)
when the player is walking. and it shows it all instead of one frame
Because when i usually do it only one frame plays and it looks like you are sliding

Python523 12-20-2001 07:13 AM

Re: Ganis And walking
 
Quote:

Originally posted by Kumada
Ok i made a walking gani how do i make it so it plays the gani
(torch2_walk)
when the player is walking. and it shows it all instead of one frame
Because when i usually do it only one frame plays and it looks like you are sliding

Are you using replaceani?

Faheria_GP2 12-20-2001 07:32 AM

obviosly not, he is definitely doing

if (strequals(#m,walk)) {
setani torch_walk,;
}

aesquivel 12-20-2001 08:41 AM

ya probly

Python523 12-20-2001 09:43 AM

Quote:

Originally posted by Faheria_GP2
obviosly not, he is definitely doing

if (strequals(#m,walk)) {
setani torch_walk,;
}

I don't think I use #m at all, maybe once

aesquivel 12-20-2001 10:55 AM

what about setplayerprop #P2,;???

Faheria_GP2 12-20-2001 10:58 AM

if i remember correctly #P2 is the player's gokart...but i might be wrong...

Saga2001 12-20-2001 11:52 AM

lol
 
u,mmmmm
NPC Code:

if (playertouchsme) replaceani walk,torch2_walk;
to end
replaceani walk,walk;


btedji 12-20-2001 08:23 PM

Quote:

Originally posted by Faheria_GP2
if i remember correctly #P2 is the player's gokart...but i might be wrong...
It all depends on what server your on


All times are GMT +2. The time now is 05:31 PM.

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