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.

Share | 
 

 [SOLVED] Script Choice based timer

Topik sebelumnya Topik selanjutnya Go down 
[SOLVED] Script Choice based timer Empty2014-01-14, 11:14
Post[SOLVED] Script Choice based timer
#1
zedxxx 
Newbie
Newbie
zedxxx

Level 5
Posts : 80
Thanked : 0
Engine : RMXP
Skill : Very Beginner
Type : Artist

[SOLVED] Script Choice based timer Vide
Ehem, sesuai judul ane mo request script atawa cara eventing Choice based Timer.
Kalian klo pernah maen Love Hina (GBA) atawa The Walking Dead Season 2 (PC) pasti bakal nemuin suatu dialog dimana disitu ada pilihan (kek visual novel) tapi ada batas waktu buat kita nentuin pilihan, jika waktu habis dan kita belum milih salah satu ntar otomatis milih pilihan yang sudah ditentuin klo misal waktu habis.
Nah bingung khan :ming:  ? nih ada contoh yg ane maksud :
[SOLVED] Script Choice based timer Req110

Soalnya ane udh pernah bikin via event, ga berhasil2 klo pake Show Choice, di laen kasus ane pake Timer buat event yg laen bisa.
Nah disini ane mau minta tulung buat para Mastah2 mungkin ada yg bisa bantu ane entah via script atawa via eventing  :sembah:
Oke gitu aja, thanks.
[SOLVED] Script Choice based timer Empty2014-01-14, 12:20
PostRe: [SOLVED] Script Choice based timer
#2
rnvis 
Novice
Novice
rnvis

Level 5
Posts : 148
Thanked : 0
Engine : Multi-Engine User
Skill : Beginner
Type : Writer
Awards:
[SOLVED] Script Choice based timer Vide
Ah, right. School Days juga pakai timed choice seperti ini.
Try this. Kalau perlu window timer-nya tambahin. 

Code:
class Window_ChoiceList

 def set_timer(seconds)
 super
 $game_timer.start(seconds * Graphics.frame_rate)
 end
end
[SOLVED] Script Choice based timer Empty2014-01-14, 14:46
PostRe: [SOLVED] Script Choice based timer
#3
zedxxx 
Newbie
Newbie
zedxxx

Level 5
Posts : 80
Thanked : 0
Engine : RMXP
Skill : Very Beginner
Type : Artist

[SOLVED] Script Choice based timer Vide
rnvis wrote:
Ah, right. School Days juga pakai timed choice seperti ini.
Try this. Kalau perlu window timer-nya tambahin. 

Code:
class Window_ChoiceList

 def set_timer(seconds)
 super
 $game_timer.start(seconds * Graphics.frame_rate)
 end
end
 wohohoho, tsukihime punya toh :lol2:
sip2 solved :tf2:
[SOLVED] Script Choice based timer Empty
PostRe: [SOLVED] Script Choice based timer
#4
Sponsored content 




[SOLVED] Script Choice based timer Vide
 

[SOLVED] Script Choice based timer

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: RMVX Ace Scripts :: RGSS3 Request :: RGSS3 Request Archive-