Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   setani (https://forums.graalonline.com/forums/showthread.php?t=57390)

Alexander 01-30-2005 08:29 PM

setani
 
Has anyone had problems with setani in the new engine?

Script compiler output for Test:
error: unexpected token: ) at line 4: setani(ani,);
Script of weapon Test added/updated.

//#CLIENTSIDE
function onCreated() {
ani = "walk";
setani(ani,);
}

Lance 01-30-2005 10:08 PM

Try:

ani = "walk";
setani(ani,"");

Alexander 01-30-2005 10:51 PM

It works, thank you


All times are GMT +2. The time now is 09:27 PM.

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