Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-07-2006, 09:54 PM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
I have

PHP Code:
with (findImg(4000)) {
        
polygon = { 00screenwidth0screenwidthscreenheight0screenheight};
        
alpha 0.3;
        
red 0.9;
        
green 0.9;
        
blue 0.9;
        
layer 4;
      } 
I also tried

PHP Code:
with (findImg(4000)) {
        
polygon = { 00screenwidth0screenwidthscreenheight0screenheight};
        
this.alpha 0.3;
        
this.red 0.9;
        
this.green 0.9;
        
this.blue 0.9;
        
layer 4;
      } 
But it doesnt appear to work... anything noticable that's causing the problem?
__________________



Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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