what is auction polish event?
Wróć do Questions and Answers.#1 bomberman29
hello. recently i found auctions.rb in elten source code. and it seems that it is a program for a game or event from pajper for polish users... what is that event
my github: https://github.com/denizsincar29
2021-09-22 18:21
#2 nuno69
Itallowed us to auction various items to gather funds for Elten's servers.
- "Intelligence and wisdom is like jam. The less you have, the harder you're trying to spread it arround." - French proverb
2021-09-23 22:01
#3 bomberman29
if Configuration.language != "pl-PL"
alert("Sorry, this event is available for polish users only.")
$scene = Scene_Main.new
return
end
my github: https://github.com/denizsincar29
2021-09-24 07:33