Ok..I'll use hypothetical numbers, you can change them to suit your editing..
Make textblock 1, which will read:
drink from petrified waterfountain:minlevel 80 2:give item 1:
Make textblock 2, which will read:
The petrified waterfountain gurgles, "You crazy biatch, you're too little. Get the fawk out of here!"
Make textblock 3, which will read:
stick (item name) in archway goblet:checkitem 1:takeitem 1:teleport 1 2
Link it all together:
-In the room containing the petrified waterfountain, set the text as 1.
-In the room described as the Stone Archway, set the text to 3.
That should do it.. 'minlevel 80 2' triggers textblock 2 if the said character is under level 80. Just replace those numbers with whatver numbers you're using..if you gave me numbers, I could fill it all out..but it shouldnt be hard to understand.
Cyn.. [Archive] - ForumsHQ
-
cynsyn
Re: Cyn.. [Archive] - ForumsHQ
okay heres what i did ,
block 15029
touch petrified water:minlevel 80 15064:give item 2299:message 15065
15064 - message Your hand is blocked by some resistance, You aren't man enough.
i didn't link the restrict msg to a block cause it doesn't work witha block.
15065 - message You grab a petrified water dropplet!
block 15029 isn't linkd to anything
block 15031 - for the archway teleport
drop petrified dropplet:checkitem 2299:takeitem 2299:message 15057:teleport 3971 8
message -15057 is
you drop the petrified dropplet in the stone gobblet!
problem is the msg for get the dropplet works , but it doesn't give me the item. need to know what i did wrong here
block 15029
touch petrified water:minlevel 80 15064:give item 2299:message 15065
15064 - message Your hand is blocked by some resistance, You aren't man enough.
i didn't link the restrict msg to a block cause it doesn't work witha block.
15065 - message You grab a petrified water dropplet!
block 15029 isn't linkd to anything
block 15031 - for the archway teleport
drop petrified dropplet:checkitem 2299:takeitem 2299:message 15057:teleport 3971 8
message -15057 is
you drop the petrified dropplet in the stone gobblet!
problem is the msg for get the dropplet works , but it doesn't give me the item. need to know what i did wrong here
Re: Cyn.. [Archive] - ForumsHQ
You're problem is 'give item'..make it 'giveitem' without a space...
drop petrified dropplet:checkitem 2299:takeitem 2299:message 15057:teleport 3971 8
I wouldn't do that..I wouldn't have any universal commands used as commands for textblocks, such as drop, equip, drink, etc etc...from past experience, it tends to get a little messy and can randomly mess up things, such as the text block working.
And yeah, I'm sorry my bad..it wasn't supposed to be a text block as the rejection message, it was supposed to be a message..
drop petrified dropplet:checkitem 2299:takeitem 2299:message 15057:teleport 3971 8
I wouldn't do that..I wouldn't have any universal commands used as commands for textblocks, such as drop, equip, drink, etc etc...from past experience, it tends to get a little messy and can randomly mess up things, such as the text block working.
And yeah, I'm sorry my bad..it wasn't supposed to be a text block as the rejection message, it was supposed to be a message..
-
cynsyn
Re: Cyn.. [Archive] - ForumsHQ
hehe okay , but it doesn't give me the item , i'm goign to change that msg to toss-in
Re: Cyn.. [Archive] - ForumsHQ
You're problem is 'give item'..make it 'giveitem' without a space...
??? That's why it doesn't give you the item.
??? That's why it doesn't give you the item.