Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   playerlook = true; (https://forums.graalonline.com/forums/showthread.php?t=77769)

Angel_Light 12-01-2007 03:10 AM

playerlook = true;
 
This should be fixed, it does nothing, either add what it is suppose to do or remove it all together and make so the scripter have to add the player look commands individually.

coreys 12-01-2007 05:44 AM

Rather demanding, aren't you? lol

cbk1994 12-01-2007 05:53 AM

It might be actor.playerlook...

I think I remember that.

Angel_Light 12-01-2007 06:50 AM

heh, yes very demanding cause it looks quite bad in the programming language. I also tried actor.blah, it just plain don't work.

Kyranki 12-01-2007 07:05 AM

What is it even supposed to do? o_O

Angel_Light 12-01-2007 07:11 AM

make the GuiTShowImgCtrl look like the player (eg head body colors etc)

Kyranki 12-01-2007 08:10 AM

You use the actor dude. o_O

Admins 12-01-2007 01:29 PM

It's working fine, it's copying the look of the object where it is attached to, and it's enabled by default. It wont work in GUI, you have to copy the attributes of the player you want to display.

PHP Code:

playerlook false;
actor.head player.head;
actor.body player.body;
for (
i=1i<=30i++)
  
actor.attr[i] = player.attr[i];
for (
i=0i<5i++)
  
actor.colors[i] = player.colors[i]; 


xXziroXx 12-01-2007 01:32 PM

Quote:

Originally Posted by Angel_Light (Post 1361559)
This should be fixed, it does nothing, either add what it is suppose to do or remove it all together and make so the scripter have to add the player look commands individually.

Always worked fine for me.

Crow 12-01-2007 02:15 PM

Quote:

Originally Posted by xXziroXx (Post 1361611)
Always worked fine for me.

Same.

Angel_Light 12-01-2007 08:05 PM

There's my problem. I have it in a Gui. I'm just a little curious as to why it wont work in a gui?


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

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