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

Topics - Pantxito

#1
Hi people, i have a problem with my saved games.

First of all im using the default template for my game so all the savegame script is just the default and i had never touch it.
My problem is the next: lstSaveGamesList dont show my saved games, i check out mydocuments folder and everytime i save the game another agssave.xxx apears
so i think the savegame script is just ok. However, every time i open gSaveGame or gRestoreGame the listbox shows nothing.

*edit: i tried to put my agssave.xxx in a new game with default template and i can see the name of my savedgames on the new list so the problem must be with my game.

Any help will be apreciated, thanks.

*edited* i was missing lstSaveGamesList.FillSaveGameList(); problem solved. ;)
#2
Hi every body, i have a problem with one of my scripts:

function hSalida_Talk()
{
cPantxito.Walk(270, 615, eBlock, eWalkableAreas);
cPantxito.Say("Holaaa!");
cPantxito.FaceLocation(37, 490, eBlock);
Wait(40);
cTrollazo.ChangeRoom(1, 76, 674);
cTrollazo.ChangeView(TROLLSALE);
cTrollazo.Animate(0, 5, eOnce, eBlock);
cTrollazo.ChangeView(TROLL);
cTrollazo.Say("QUE QUIERES DESGRACIADO?!");
dTroll.Start();
cTrollazo.ChangeView(TROLLENTRA);
cTrollazo.Animate(0, 5, eOnce, eBlock);
cTrollazo.ChangeRoom(2);
}



I want the script to stop when the dialog (dTroll) starts, and continue the script when the dialog ends.

Beacouse the game execute when the dialog its on this last part :

cTrollazo.ChangeView(TROLLENTRA);
cTrollazo.Animate(0, 5, eOnce, eBlock);
cTrollazo.ChangeRoom(2);
}




SMF spam blocked by CleanTalk