The world is currently online!


Welcome to Emps-World!

Register now to gain access to all of our forum features. Once registered and logged in, you will be able to create topics, post replies, send private messages, manage your profile, chat with other players in the shoutbox and much more. Once you sign in, this message will disappear.



Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Iron Corne

Pages: 1 ... 32 33 34 35 36 37
541
Guides / Re: Emps script: Write your own quest!
« on: January 27, 2016, 02:20:43 pm »
Code: [Select]
d = quest_options
opt | 159 "Begin quest" | gnomechild

d = gnomechild
if $q_gnomechild == 0 gnomechild_begin
if $q_gnomechild == 1 gnomechild_check

d = gnomechild_begin
npc "Got any of that good shit, yeah?"
plr "Hhhhhhhhhhhhhhhhhhhhhhhh???"
npc "Bring me 12 guam leafs."
qst "Help the gnome child in his dank quest?" "Ok" | gnomechild_cont "Ok" | gnomechild_cont

d = gnomechild_cont
npc "Ty m8." $q_gnomechild = 1

d = gnomechild_check
npc "You brought the good shit?"
if hasItem({249, 12}) gnomechild_finish else gnomechild_scam


d = gnomechild_finish
delItem(249, 12)
npc "Yeah thats the shit. Good shit m8. Ty." $q_gnomechild = 2

d = gnomechild_scam
npc "You tryin to foken scam me m7?"
plr "Cheeky little shit m8 I'll bash ur head in I swear on me nan."
The following users liked this post: Iron Corne

Pages: 1 ... 32 33 34 35 36 37