PvPEvent Hirdetés /n-be,NPC menüpont,és csak a GM Látja (K)

Indította Adonisz, 2013-07-19, 23:07:34

2013-07-19, 23:07:34 Utolsó szerkesztés: 2013-07-29, 09:44:43 Szerző: [MOD]Aegist
Sziasztok!

PvP Event Hírdetést akarok /n-be,úgyhogy NPC Menüpont-ba van és csak a GM láthatja azta menűpontot

2013-07-21, 11:39:44 #1 Utolsó szerkesztés: 2013-07-21, 11:41:19 Szerző: Borden Slade
Ez nem egészen jó, mivel kell 2db zárójel a pc.is_gm után.
Amúgy tessék, írtam egyet:

quest xy begin
state start begin
when NPCID.chat."Hirdetés" with pc.is_gm() begin
s1 = input()
s2 = input()
s3 = input()
s4 = input()
if string.len(s1) > 0 then
notice_all(s1)
end
if string.len(s2) > 0 then
notice_all(s2)
end
if string.len(s3) > 0 then
notice_all(s3)
end
if string.len(s4) > 0 then
notice_all(s4)
end
end
end
end


4 soros lesz, amibe írhatsz bármit ingame. Csak annyi sornyit fog kiírni, amennyit kitöltessz, szóval ha csak 2 sornyit szeretnél irni, akkor a többit hagyd üresen.

C++ programmer at Gameloft