Please login or register.

Login with username, password and session length
Advanced search  

News:

Latest WME version: WME 1.9.1 (January 1st, 2010) - download

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - GVG

Pages: [1]
1
Hi!
How to get information about attached scripts and custom properties?
Something like:
Code: [Select]
for( var i = 0; i < entity.NumAttachedScripts; i = i + 1)
  filename = entity.ArrayOfAttachedScripts[i];

for( var i = 0; i < entity.NumCustomProperties; i = i + 1)
{
  name = entity.NameOfCustomProperties[i];
  value = entity.ValueOfCustomProperties[i];
}

2
Техниче�?кий фор�?м / Перено
« on: September 13, 2010, 11:57:21 AM »
Добрый день!
В примере wme_demo показан проце

3
Technical forum / WAV sound problem
« on: September 13, 2010, 07:16:28 AM »
Hi!
I have problem to play standard Windows WAV file (start.wav).

wme.log:
10:01: Error creating sound buffer for file 'sounds\start.wav'
       returned: E_NOTIMPL

script:
     Game.PlaySound( "sounds\start.wav", false );

What is it?

4
Техниче�?кий фор�?м / Скопировать/перене
« on: September 05, 2010, 11:22:30 AM »
Ре

5
Technical forum / How I can define 2 rows * 5 colunms of item cells?
« on: December 21, 2006, 06:43:04 PM »
Hi all!
Please help!
Inventory box - How I can define 2 rows * 5 colunms of item cells? (like in Kyrandia 1)
Thanks. Sorry my bad English...

Pages: [1]

Page created in 0.041 seconds with 22 queries.