Menu

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.

Show posts Menu

Messages - Random

#1
Ok, last queston now!
I made the game, now how do I do so i can export it in a say cd/usb. I tryed like it is now (after compile into game) but it wont work on an another pc.

Help me!  ;D
#2
Quote from: matti on Fri 05/09/2008 10:23:23

Quote from: Random on Fri 05/09/2008 10:00:25
Also I would like to know how to make an intro from varius rooms. So that when the game starts first comes one room (black with writing on it) then when I click another one (like the one before) and then after that to put me actualy in the first room of the game?

Just make room-sized hotspots in the intro rooms and if they're clicked the player changes the room.

Hey I tryed just that, but I set my char to start at the room , lets say 4 of 4. And because of that the game automaticly starts forom room 4. What shoul I do to make the first 3 rooms apear first without my char beeing on them?
#3
Ah the game crashed because I left return on the conversation instead of stop  :P.

Ty for the answers. Now I'm gonna try to find out how to make a char aproach me and start the conversation as I eneter the room and afterwards to exit the game :).

You can leave this thread open if I have some questions later :p.
#4
Quote from: matti on Fri 05/09/2008 10:23:23
Quote from: Random on Fri 05/09/2008 10:00:25
But after everything is played and he tryes to change the room I get an error and it closes. What did I done wrong here?

What error message do you get?

Quote from: Random on Fri 05/09/2008 10:00:25
Also I would like to know how to make an intro from varius rooms. So that when the game starts first comes one room (black with writing on it) then when I click another one (like the one before) and then after that to put me actualy in the first room of the game?

Just make room-sized hotspots in the intro rooms and if they're clicked the player changes the room.

Something -18 and that the game had to close because of the problem. Also it says that the problem is probably in the scrpting rather then the game. Thats it.

One more question, if the intro room are not first made, can I still make them to come first when the game starts?  :-[
#5
Thx for the reply, helped alot.  :)
I made the change room script like this:

function hHotspot2_UseInv()
{
  player.Walk(x, y,  eBlock);
if (player.ActiveInventory==iItem)
  player.LoseInventory(iItem);
  Display("text");
  dCharacterdialogbeforechangeingroom.Start ();
  player.ChangeRoom (x);
}

But after everything is played and he tryes to change the room I get an error and it closes. What did I done wrong here?

Also I would like to know how to make an intro from varius rooms. So that when the game starts first comes one room (black with writing on it) then when I click another one (like the one before) and then after that to put me actualy in the first room of the game?


#6
(see last post)!  ???
SMF spam blocked by CleanTalk