Oh... the Data folder.
I kept deleting only the Windows one. Thanks!
I kept deleting only the Windows one. Thanks!
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
function game_start()
{
cEgo.Say("Welcome to my game");
}
function invKey_OnLook()
{
cEgo.Say("It's the key to my apartment");
}
Welcome to the game
It's the key to my apartment
function game_start()
{
cEgo.Say("globalscript.gamestart.1");
}
function invKey_OnLook()
{
cEgo.Say("globalscript.invKey_OnLook.1");
}
globalscript.gamestart.1
Welcome to my game
globalscript.invKey_OnLook.1
It's the key to my apartment
globalscript.gamestart.1=Welcome to my game
globalscript.invKey_OnLook.1=It's the key to my aparment
function game_start()
{
cEgo.Say("__globalscript.gamestart.1__");
cEgo.Say("It's not much but I hope you'll like it");
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.048 seconds with 14 queries.