Please login or register.

Login with username, password and session length
Advanced search  

News:

This forum provides RSS feed. To query recent posts use this url. More...


Author Topic: Inventory Problem  (Read 2171 times)

0 Members and 1 Guest are viewing this topic.

fsk

  • Occasional poster
  • **
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 82
    • View Profile
    • My blog
Inventory Problem
« on: October 14, 2006, 03:49:51 PM »

Hallo everyone! I'm new guy from Greece and i have a problem with inventory...

i want to enabled or disabled the inventory when i want. what i mean?

for example:

i made a game with 3 scenes:

1. Menu
2. Credits
3. Room

i want to enable the inventory only to the Room Scene...

please help!!! (sorry for the new topic  :-\ )

and something else...

how i can play a video when i start my game?
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Inventory Problem
« Reply #1 on: October 14, 2006, 06:11:10 PM »

Hello and welcome.

i want to enabled or disabled the inventory when i want.
This FAQ answered in Wiki should help you: http://wiki.dead-code.org/wakka.php?wakka=FAQ#inventory

how i can play a video when i start my game?
Simply edit the "scene_init.script" of the first game scene you're loading and add something like:

Code: [Select]
Game.PlayTheora("path\intro.ogg");

or

Code: [Select]
Game.PlayVideo("path\intro.avi");
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave
 

Page created in 0.052 seconds with 21 queries.