RPGMakerID
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Komunitas RPG Maker Indonesia
 
IndeksIndeks  Latest imagesLatest images  PencarianPencarian  PendaftaranPendaftaran  Login  
Per 2016, RMID pindah ke RMID Discord (Invite link dihapus untuk mencegah spambot -Theo @ 2019). Posting sudah tidak bisa dilakukan lagi.
Mohon maaf atas ketidaknyamanannya dan mohon kerjasamanya.

 

 [Ask RGSS2] tankentai sequence - Script

Go down 
3 posters
PengirimMessage
ashm
Veteran
Veteran
ashm


Level 5
Posts : 1131
Thanked : 8
Engine : RMVX Ace
Skill : Intermediate
Type : Event Designer

Trophies
Awards:

[Ask RGSS2] tankentai sequence - Script Empty
PostSubyek: [Ask RGSS2] tankentai sequence - Script   [Ask RGSS2] tankentai sequence - Script Empty2011-12-18, 15:24

Begini, di action sequence tankentai ada script operation.
(ctrl +f aja di SBS Battler configuration)

nah ashm gak ngerti cara make nya gmana.

Nih deskripsi nya :
Spoiler:

ashm gak ngerti terjemah nya. maklum matkul inggris dapet C.

jadi ashm rencananya mau mengganti background di saat menggunakan sebuah skill. Kalo di map biasa, cukup :

$game_system.bb = "snow"

tapi gak bisa di tgh battle.
What should I do?

Oot : maap mobmod, berantakan.
Kembali Ke Atas Go down
fredy
Senior
Senior
fredy


Level 5
Posts : 612
Thanked : 4
Engine : RMVX

[Ask RGSS2] tankentai sequence - Script Empty
PostSubyek: Re: [Ask RGSS2] tankentai sequence - Script   [Ask RGSS2] tankentai sequence - Script Empty2011-12-18, 15:28

Kan tertulis

Quote :
Character strings can work if the .to_s method is used rather than quotes. Anything else beyond functions will not work.

Snow itu pake ini kan {"} quotes atau quotation mark

Mungkin itu penyebabnya

It was just my opinion, but maybe it causes that

Fungsinya itu "hash_index" => ["script", "String that will be converted into script using eval function"],

Tapi kayaknya gak bisa kalau isi yang di evaluate itu pake quotes
Soalnya nanti kan harus di tulis kira2 kayak gini

Code:
"$game_system.bb = "snow""
#ya kalau di baca terpisah ya /#"$game_system.bb = "/#snow/#""
Saya pisah pembacaannya dengan simbol /#
jadi perintah yang di baca pertama
Code:
$game_system.bb =
Kedua {tidak dibaca karena bukan string, tak ada comma}
Code:
snow
Ketiga {tidak dibaca karena tidak ada comma & isi string kosong}
Code:

Lagi pula yang di evaluate itu cuma string index ke 1 yaitu 1 string setelah type {"script"}
Bisa dillihat di Sideview 1 (3.4d)
line 807 dan 808
Code:
    # Run string through eval() method
    return eval(@active_action[1]) if action == "script"

Maaf bila tak membantu
Coba tanya scripter Seperti supaya dapat pencerahan
- Dr dhoom // Active lately
- lowlinglife // Curently working on RGSS / XP
- Crimson seas and reijubv // Not active
- Kuro creator // Former scriptter on RRR


Terakhir diubah oleh fredy tanggal 2011-12-18, 17:14, total 1 kali diubah
Kembali Ke Atas Go down
shikami
Member 1000 Konsep
avatar


Level 5
Posts : 3744
Thanked : 31
Engine : Multi-Engine User
Skill : Beginner
Type : Developer

Trophies
Awards:


[Ask RGSS2] tankentai sequence - Script Empty
PostSubyek: Re: [Ask RGSS2] tankentai sequence - Script   [Ask RGSS2] tankentai sequence - Script Empty2011-12-18, 17:04

mmm ... itu script BGnya moghunter kn ? :hmm:
kaeknya jelas eksekusinya beda :hmm:
sebatas sotoy gw aja, karena bukan script background bawaan dari RM aslinya jadi mungkin bikin script baru yang bisa mengganti backgroundnya, beda sama rmxp misalnya atau ace yang udah bawaan background battle scriptnya
tapi gw juga ngarep ada script buat ganti BG pas battle :cry:
Kembali Ke Atas Go down
http://shikamicro.wordpress.com
ashm
Veteran
Veteran
ashm


Level 5
Posts : 1131
Thanked : 8
Engine : RMVX Ace
Skill : Intermediate
Type : Event Designer

Trophies
Awards:

[Ask RGSS2] tankentai sequence - Script Empty
PostSubyek: Re: [Ask RGSS2] tankentai sequence - Script   [Ask RGSS2] tankentai sequence - Script Empty2011-12-18, 17:04

Ashm gak ngerti bagian
string that will be converted into string
using eval function


Bukan nya gak menghormati ngetik panjang2....
Tapi, gimana seharusnya XD
Kembali Ke Atas Go down
fredy
Senior
Senior
fredy


Level 5
Posts : 612
Thanked : 4
Engine : RMVX

[Ask RGSS2] tankentai sequence - Script Empty
PostSubyek: Re: [Ask RGSS2] tankentai sequence - Script   [Ask RGSS2] tankentai sequence - Script Empty2011-12-18, 17:15

Maaf Salah tulis

O iya coba
$game_system.bb = snow.to_s //mungkin bisa
Kembali Ke Atas Go down
ashm
Veteran
Veteran
ashm


Level 5
Posts : 1131
Thanked : 8
Engine : RMVX Ace
Skill : Intermediate
Type : Event Designer

Trophies
Awards:

[Ask RGSS2] tankentai sequence - Script Empty
PostSubyek: Re: [Ask RGSS2] tankentai sequence - Script   [Ask RGSS2] tankentai sequence - Script Empty2011-12-19, 15:31

@fredy : wah gak bisa tuh. Ada ide lain gak?
Kembali Ke Atas Go down
Sponsored content





[Ask RGSS2] tankentai sequence - Script Empty
PostSubyek: Re: [Ask RGSS2] tankentai sequence - Script   [Ask RGSS2] tankentai sequence - Script Empty

Kembali Ke Atas Go down
 
[Ask RGSS2] tankentai sequence - Script
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» [rgss2-support] invisible di tankentai
» [Help] Tankentai + Star Script?
» [Ask] Bagaimana cara belajar membuat script RGSS2?
» script tentang tankentai battle system
» [ASK] cara gunain script Tankentai gimana?

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMVX Scripts :: RGSS2 Support-
Navigasi: