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.

 

 Cara pake Script Objective Screen!!!

Go down 
4 posters
PengirimMessage
fahrizal2002
Newbie
Newbie
fahrizal2002


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

Cara pake Script Objective Screen!!! Empty
PostSubyek: Cara pake Script Objective Screen!!!   Cara pake Script Objective Screen!!! Empty2010-12-07, 12:45

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
Kembali Ke Atas Go down
http://indox-plane.blogspot.com
wltr3565
Senior
Senior
wltr3565


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

Trophies
Awards:

Cara pake Script Objective Screen!!! Empty
PostSubyek: Re: Cara pake Script Objective Screen!!!   Cara pake Script Objective Screen!!! Empty2010-12-07, 12:54

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:
Kembali Ke Atas Go down
LightNightKnight
Topeng Buaya
LightNightKnight


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

Cara pake Script Objective Screen!!! Empty
PostSubyek: Re: Cara pake Script Objective Screen!!!   Cara pake Script Objective Screen!!! Empty2010-12-07, 14:41

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
Kembali Ke Atas Go down
reijubv
Kai Runes
Kai Runes
reijubv


Kosong
Posts : 1476
Thanked : 33
Engine : RMVX

Trophies
Awards:

Cara pake Script Objective Screen!!! Empty
PostSubyek: Re: Cara pake Script Objective Screen!!!   Cara pake Script Objective Screen!!! Empty2010-12-07, 14:58

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.
Kembali Ke Atas Go down
Sponsored content





Cara pake Script Objective Screen!!! Empty
PostSubyek: Re: Cara pake Script Objective Screen!!!   Cara pake Script Objective Screen!!! Empty

Kembali Ke Atas Go down
 
Cara pake Script Objective Screen!!!
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» cara pake script skill shop
» [SOLVED] nanya cara pake script ini
» Cara pake Script bagaimana?...plisss tolon
» Blackmitch system pake script apa ???
» Pake Script HK...?? boleh nggak ya...

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