If you not busy throw a mail at me. I want to ask you about something important. My address [email protected]
You can put that free membership I won 8 months ago on this key. :D
Vexonater wrote:
You can put that free membership I won 8 months ago on this key. :D

Geeze, could you wait any longer? ;)

Done, and "congratulations" :P
Yay
That reminds me, can I have the membership I won 11 months ago added to this key?

(http://www.byond.com/members/ BYONDAction?command=view_post&post=106578#comments_106578_sk ip=10)
Jeff8500 wrote:
That reminds me, can I have the membership I won 11 months ago added to this key?

Heh, you guys are lucky I'm still around.

Done.
Well im not the one to go around and ask for memberships but i need one for a couple of reasons.
Imma send you the link to why : http://www.facebook.com/pages/Beyond-World/ 231702463560088?sk=wall Thats for the key BeyondWorld< And if you could get this key a membership it would really mean alot to me. Thank you.
The only way to get a membership from DarkCampaigner is to win one in a contest and ask for it 10 months later.
Hi DarkCampainger, i heard that you are the best helper. can you help me please ? -> http://www.byond.com/forum/?post=491303
tbh, I thought that was a page. Rofl.
i was wondering if you new how to make objects add amounts to variable. example(
mob
var
HP=100
amount=10
obj
Life pack
M.HP += [amount]
end result
"You have picked up a life pack!"
HP=110
i thought i could put that code in but when i compile i get zillions of compile time errors.
please help.
In response to Linkin5622
Linkin5622, please post your question on the Developer Help forums and surround any code you post with <dm> and </dm> tags. Also, I would suggest reading Chapter 4 of the guide which covers verbs.
Nice work fixing up CQ, thanks!
the download for my game says it is a broken url, how do i fix this
Hey,
i need to talk to you about a chance to join my team
and create an original idea game on Byond
as of now i am willing to split the money made 60/40
to you if you can code.
all the animaiton is done by me
and is already done please message me if your interested.
thank you --Devon
p.s. this game will be huge!

okay.
The game is going to be basically like Van Helsing.
You can be a Vampire, Lycan(werewolf), or human.
This game may sound weak but it has all the potential to be great.
The idea came to me when i was searching on my Iphone for apps.
I saw that most games that were doing well had one key thing in common.
They were things that people could involve action and money into results.
with many purchaseable upgrades and ideas
i haave already formulated a way that people will think they NEED to buy this
and still say "its not THAT exspensive"
i need and devote time because they want to make money,
a coder that is at the very least willing to work on this gaame
I am not so much interested in the money part and understand how
hard it is to Code so i am willing to give more % for more work.


If you wish to not help be it the idea sounds unappealing, or you are
just not free enough to help, i would still like to offer a 5% "finders fee"
to you if you can find me a coder.
The 5% is an ongoing payment as well and because i know you well
enough to judge your character i am also offerring you a job as a GM
regardless of if you choose to come on as a program.(obviously
positions will be higher if you are coder)

As for the animation part of the job. it is a 64x64 base and i have
already completed the Lycan race, the human race has 4 types of
classes each with their own unique skills and armor(another way to
make money) and is 40% complete, and the vampire race is 60% done.


I understand any doubts you may have and i am willing to set up a time
where i can show you a portfolio of the icons and discuss further how
the game will become a contending factor in Byond.

Thanks for you time! and i hope you decide that this game is worth it!
I accidentally deleted the topic, but thanks for the help! The issue was ultimately some wird double comma stuff, I think.
In response to Lolwutk
Awesome, glad to hear you got it fixed without having to revert to an old backup!
Hey DarkCampaigner, I am having an issue with your Minimap project, i am getting the error that it hasn't been created yet. Please let me know if you can help

Here is my use of your code
client
New()
dc_MinimapPrepare()
.=..()
world/New()
dc_MinimapStates = 'dc_MinimapStates.dmi'
new/dc_Minimap/StarterZone(ID="StartZone",ViewX="WEST",ViewY="NORTH",ViewHeight=100,ViewWidth=100,ImageWidth=210,ImageHeight=210,ViewAnchor="0,0")
..()


dc_Minimap/StarterZone
parent = "default"
x1 = 1; y1 = 35 // These are the coordinates that
x2 = 77; y2 = 147 // I want to display on this minimap
z = 1

backgroundColor = "#2c82a7"
padding=4
paddingColor="#444444"

delay = 2

marker = list(/dc_MinimapMarker/MarkerNorth,/dc_MinimapMarker/MarkerEast,/dc_MinimapMarker/MarkerSouth,/dc_MinimapMarker/MarkerWest)

dc_MinimapMarker/MarkerNorth
id = "MarkerNorth"
x = "50"
y = "40"
width = 2
height = 5
color = "#FF0000"
dc_MinimapMarker/MarkerEast
id = "MarkerEast"
x = "60"
y = "50"
width = 5
height = 2
color = "#FF0000"
dc_MinimapMarker/MarkerSouth
id = "MarkerSouth"
x = "50"
y = "60"
width = 2
height = 5
color = "#FF0000"
dc_MinimapMarker/MarkerWest
id = "MarkerWest"
x = "40"
y = "50"
width = 5
height = 2
color = "#FF0000"


I of course am using the other reference files along with this, no issues there. Just returns me to the CRASH line in the Global Functions file
Page: 1 2