But Socialism in general is stronlgy against the types of communism that have been implemented in the world thus far (Leninism/Marxism).
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
UpdateInventory();
int money = 10; //Will give the player 10 dollars to start with
export money;
import int money;
money += 5;
repeatedly_excecute() {
if (money > 0) {
Ã, if (player.InventoryQuantity[iMoneyItem.ID] == 0) player.AddInventory(iMoneyItem);
Ã, String moneyname = String.Format("%d dollars", money);
Ã, iMoneyItem.Name = moneyname;
Ã, if (money > 0 && money < 50) iMoneyItem.Graphic = 1; //Change to small pile graphic
Ã, else if (money > 49 && < 200) iMoneyItem.Graphic = 2;Ã, //Change to large pile graphic
Ã, else if (money > 199 && < 1000) iMoneyItem.Graphic = 3;Ã, //Change to huge pile graphic
Ã, else iMoneyItem.Graphic = 4;Ã, //Change to massive pile graphic
}
else player.LoseInventory(iMoneyItem);
Quote from: R4L on Sat 23/09/2006 04:59:15
have you considered using the mouse for aim? Like Abuse?
Quote from: Pumaman on Tue 19/09/2006 22:05:47
You're not calling it from game_start, are you?
Quote
---------------------------
Illegal exception
---------------------------
An exception 0xC0000005 occured in ACWIN.EXE at EIP = 0x0043B7F9 ; program pointer is -42, ACI version 2.71.894, gtags (24,12)
AGS cannot continue, this exception was fatal. Please note down the numbers above, remember what you were doing at the time and notify CJ on the Tech forum.
in Fractals (line 29)
from Global script (line 20)
Most versions of Windows allow you to press Ctrl+C now to copy this entire message to the clipboard for easy reporting.
---------------------------
OK
---------------------------
if (iteration == max_iteration) RawSetColor(0);
else RawSetColor(iteration);
RawDrawLine(mx, my, mx, my);
Quotean attempt at making someone out there laugh
QuoteQuote from: "Illuminare Acqua" Akumayo on Yesterday at 12:02I do.Ã, I mentioned once that the military tactics of the Nazi regime were some of the best seen in the modern world, and everyone then assumed that I MUST support naziism, which I don't.Ã, I just admired their military tactics.
Mad-Hatter says:
you admire Hitler and the Nazis for what they did,
How about the backstore for that one. I hope you have a good one.
QuoteBut yes, let's make something of this. Give us context on some of the more outrageous onesA capitol idea!Ã, Maybe later.
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.192 seconds with 15 queries.