プレイ日記
komodo † 406mario
can someone explain how dim works i'm kinda confused thx?
7そうだね
プレイ済み
返信[1]
親投稿
Zee Storybookten9
DIM is essentially VAR. It declares variables and arrays. The name is from DIMension, like how VAR is from VARiable. Many people will use VAR for variables only and DIM for arrays only.
0そうだね
プレイ済み
返信[2]
親投稿
komodo † 406mario
but i'm confused on how to use them can you give me a rough over view. i realy need to know how to make it so i can have it store numbers and words so that i can use them for easy use.
0そうだね
プレイ済み
返信[3]
親投稿
Zee Storybookten9
DIM ARR[5] 'creates a numerical array with 5 elements FOR I=0 TO LEN(ARR)-1 ARR[I]=I+1 'the element at I position (all arrays start at 0 as a technical thing) will equal I+1 NEXT
0そうだね
プレイ済み
返信[4]
親投稿
komodo † 406mario
ok so can you explain why this is not working?
0そうだね
プレイ済み
返信[5]
親投稿
komodo † 406mario
never mind i found out that you can't mix numerical and alphabetical data like that well thanks for your help anyways.
0そうだね
プレイ済み
返信[6]
親投稿
Arrow♂ Arrow5988
i fixed isolation problem
1そうだね
プレイ済み
返信[7]
親投稿
komodo † 406mario
nice what was the problem?
0そうだね
プレイ済み
返信[8]
親投稿
Arrow♂ Arrow5988
i put enemy under warp1 couldnt put enemy there before but somehow i could now i added var to enemy ai
0そうだね
プレイ済み
返信[9]
親投稿
Arrow♂ Arrow5988
now when i spclr it works for some reason the two don't work separate but do when used together
0そうだね
プレイ済み
返信[10]
親投稿
Arrow♂ Arrow5988
have you used new key yet
0そうだね
プレイ済み
返信[11]
親投稿
komodo † 406mario
that awesome man! and no not yet what is the key?
0そうだね
プレイ済み
返信[12]
親投稿
Arrow♂ Arrow5988
K4NEY3LJ
0そうだね
プレイ済み
返信[13]
親投稿
Arrow♂ Arrow5988
im about to start creating new stuff for it though so going have new key soon but enjoy this one for now
0そうだね
プレイ済み
返信[14]
親投稿
komodo † 406mario
ok thanks have fun and good luck on your game :)
0そうだね
プレイ済み
返信[15]
親投稿
Arrow♂ Arrow5988
here's key for updated game i added new area and enemy and a quest enjoy and tell me if you run into glitches
0そうだね
プレイ済み
返信[16]
親投稿
komodo † 406mario
um you forgot to put in the pic lol
0そうだね
プレイ済み
返信[17]
親投稿
Arrow♂ Arrow5988
sorry i think i had a glitch anyway i fixed here's new key
0そうだね
プレイ済み
返信[18]
親投稿
Arrow♂ Arrow5988
im pretty sure there was a glitch with the quest in the firstmkey anyway so i got rid of previous key and fixed the glitch and replaced previous key so you have to talk to king to trigger quest and you have to press to buy items from shop now to because last time when i open shop it would automatically buy potion so i change button to buy now it doesn't do that anymore any please try quest
0そうだね
プレイ済み
返信[19]
親投稿
Arrow♂ Arrow5988
ignore last key just remembered something had to rework code again but that was time for today so keys good now tell me what you think now you get sword from quest before didn't know how guns code work got from someone else so just go 2000 before but i figure it out so heres new key tell me what you think
0そうだね
プレイ済み
返信[20]
親投稿
Arrow♂ Arrow5988
added boss fight here's new key
0そうだね
プレイ済み
返信[21]
親投稿
Arrow♂ Arrow5988
press y to buy
0そうだね
プレイ済み