Jump to content
Sign in to follow this  
case1489

need street lamp class name

Recommended Posts

I need to know all the light class name that is on Takistan none of the runway lights though just the street lamps

Share this post


Link to post
Share on other sites

You can use this in a radio trigger:

arrlights = position player nearObjects ["streetlamp",20];
obj = arrlights select 0;
class = typeOf obj;
player sidechat format ["%1",class];
copyToClipboard (str (class));

you can then Alt-Tab and paste the class name into a text editor - it just gave me "LAND_LAMP_SMALL_EP1" for a lamp post.

Edited by PELHAM

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×