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 | 
 

 Cara pake Script Objective Screen!!!

Topik sebelumnya Topik selanjutnya Go down 
Cara pake Script Objective Screen!!! Empty2010-12-07, 12:45
PostCara pake Script Objective Screen!!!
#1
fahrizal2002 
Newbie
Newbie
fahrizal2002

Level 5
Posts : 47
Thanked : 0
Engine : RMVX
Skill : Beginner
Type : Event Designer

Cara pake Script Objective Screen!!! Vide
sumpah bingung bgt cara pakeknya.... instruksinya kga jelas buat seorang newbie.. ada yg bisa ngejelasin kga??

Code:
module Objectivemod
  def self.option
    "Objectives"
  end
  Objective_Variable = 1 #which variable do you want to use? currently set to 1
  def self.current
    if $game_variables[Objective_Variable] = 1
      "insert objective description here"
    elsif $game_variables[Objective_Variable] = 0
      "insert objective description here"
    end
  end
  def self.picture
    if $game_variables[Objective_Variable] = 1
      "insert picture filename here"
    elsif $game_variables[Objective_Variable] = 0
      "insert picture filename here"
    end
  end
end
Cara pake Script Objective Screen!!! Empty2010-12-07, 12:54
PostRe: Cara pake Script Objective Screen!!!
#2
wltr3565 
Senior
Senior
wltr3565

Level 5
Posts : 870
Thanked : 28
Engine : RMVX
Skill : Skilled
Type : Scripter
Awards:

Cara pake Script Objective Screen!!! Vide
Itu mah namanya yang goblok ya pembuatnya, gak beri manual jelas... Kayaknya itu berupa snippet, jadi gak di beri komentar penuh.

Tanya orangnya langsung, kalo dijelasin rada repot :swt:
Cara pake Script Objective Screen!!! Empty2010-12-07, 14:41
PostRe: Cara pake Script Objective Screen!!!
#3
LightNightKnight 
Topeng Buaya
LightNightKnight

Level 5
Posts : 799
Thanked : 6
Engine : RMVX
Skill : Intermediate
Type : Developer

Cara pake Script Objective Screen!!! Vide
kalo tebakan wa seh itu bisa dipake buat munculinn gambar cukup dengan menggunakan variable :hmm:
misalny variabel ny 1
Quote :
if $game_variables[Objective_Variable] = 1
"insert picture filename here"
jadi gambar dengan judul "insert picture filename here" kebuka secara langsung :hammer:
tpi itu cuma tebakan, mending coba tanya yg bkin deh XD
Cara pake Script Objective Screen!!! Empty2010-12-07, 14:58
PostRe: Cara pake Script Objective Screen!!!
#4
reijubv 
Kai Runes
Kai Runes
reijubv

Kosong
Posts : 1476
Thanked : 33
Engine : RMVX
Awards:

Cara pake Script Objective Screen!!! Vide
itu bukannya bagian dari sebuah script ?
( kebiasaan seorang scripter, module itu biasanya dipakai buat nyimpen variable tertentu)

pasti nanti di script core nya dia ngambil gambar dari situ sama deskripsi dari objectivenya

disitu ada tulisan "insert objective description here" nah di dalam tanda kutip itu kamu ganti dengan deskripsi dari objective dengan id tertentu yg bisa diliat di $game_variables[Objective_Variable] = 1, berarti objective dg id 1
(sama dg yg gambar, tapi pakai nama file gambar tsb)

ini script pasti sebuah objective screen sesuai judul, dimana waktu masuk screen tsb dia cuma munculin 1 objective yang di set id nya dengan sebuah variable dengan id 1 (id variable bisa diganti di Objective_Variable = 1,

kalo bisa kasih sama script fullnya aja biar bisa di periksa lebih lanjut soalnya kalau emang cuma segitu scriptnya pasti ga akan jalan, karena itu cuma dibagian setupnya aja.
Cara pake Script Objective Screen!!! Empty
PostRe: Cara pake Script Objective Screen!!!
#5
Sponsored content 




Cara pake Script Objective Screen!!! Vide
 

Cara pake Script Objective Screen!!!

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

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