Graal Forums

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

Dustey4Ever 08-12-2002 01:15 PM

Ganis
 
Rob:
How do I get Params and other Attr's in the game to work? Like if I add stuff in them how do I gte them to work while playing?

Falcor 08-12-2002 08:57 PM

You set parameters while you set the acual gani...

setcharani ganiname,param1,param2,param3,param4...;
for NPCs

or

setani ganiname,param1,param2,param3,param4...;
for players

You set Attributes like clothing...

setcharprop #P1,string;
setcharprop #P2,string;
setcharprop #P3,string;
setcharprop #P4,string;
for npcs

or

setplayerprop #P1,string;
setplayerprop #P2,string;
setplayerprop #P3,string;
setplayerprop #P4,string;
for players

I think that is what you are asking for... :confused:

Dustey4Ever 08-13-2002 12:52 AM

Quote:

Originally posted by Falcor
You set parameters while you set the acual gani...

setcharani ganiname,param1,param2,param3,param4...;
for NPCs

or

setani ganiname,param1,param2,param3,param4...;
for players

You set Attributes like clothing...

setcharprop #P1,string;
setcharprop #P2,string;
setcharprop #P3,string;
setcharprop #P4,string;
for npcs

or

setplayerprop #P1,string;
setplayerprop #P2,string;
setplayerprop #P3,string;
setplayerprop #P4,string;
for players

I think that is what you are asking for... :confused:

Rob:
It was but I figured it out before and I didn't get online yet lol :D


All times are GMT +2. The time now is 08:40 PM.

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