プレイ日記
☆CodeZeяo☆ Code-Zero-666
Huge Update for "OverWorld" do you guys mind picking to places? and underwater dungeon or Moon Dungeon? either one it's up to you!
3そうだね
プレイ済み
返信[1]
親投稿
DerpTias SneekATTACK11
i would choose the Moon Dungeon! -- Hey do you mind if i ask a question, im getting desperate to find the awnser!!
1そうだね
プレイ済み
返信[2]
親投稿
☆CodeZeяo☆ Code-Zero-666
alright, and ask away friend :P
0そうだね
プレイ済み
返信[3]
親投稿
DerpTias SneekATTACK11
okay! :D. Is it possible to save a Variable? if so, how?
1そうだね
プレイ済み
返信[4]
親投稿
☆CodeZeяo☆ Code-Zero-666
Like Player Level and hp? because i'll go make a code for saving and loading them I had a huge issue with them for a while.
1そうだね
プレイ済み
返信[5]
親投稿
DerpTias SneekATTACK11
yeah! :) Yes please!!
0そうだね
プレイ済み
返信[6]
親投稿
☆CodeZeяo☆ Code-Zero-666
alright i'll brb :)
1そうだね
プレイ済み
返信[7]
親投稿
☆CodeZeяo☆ Code-Zero-666
Here's save now i'll go do loading them back :)
1そうだね
プレイ済み
返信[8]
親投稿
DerpTias SneekATTACK11
Okay! Thanks!!! -- Here you go ;)
1そうだね
プレイ済み
返信[9]
親投稿
☆CodeZeяo☆ Code-Zero-666
Thanks bro you're awesome, I hope this helps and your in my creds too :P
0そうだね
プレイ済み
返信[10]
親投稿
Oscar PwnageBlock
Here's a tip: If all you are handling are numerical variables, its easier to put them in an array and save it as a data file.Example: LVL=1 HP=5 SP=10 DIM SAV[3] SAV[0]=LVL SAV[1]=HP SAV[2]=SP SAVE "DAT:TEST",SAV By doing this, you don't have to do complicated parsing to load it. All you'd have to do is... DIM LD[0] LOAD "DAT:TEST",LD LVL=LD[0] HP=LD[1] SP=LD[2]
3そうだね
プレイ済み
返信[11]
親投稿
Aaron Krondelo
Thanks Oscar, I really need to learn that.
0そうだね
プレイ済み