[CD3.55] help required plz

dagras

LOMCN Veteran
Veteran
Feb 6, 2011
282
3
44
ok so i have run into another problem
Im wanting to make a chest that when recieved from GM and it goes in bag, then a player can double click it to recieve contents inside the box. i have tried variouse ways from copying other clickable items and so far i get a message on screen saying nothing recieved...... can someone let me know how i make it read the script i got set up for it or anyother scripts it calls for please?
 

Relentless

LOMCN Veteran
Veteran
Mar 9, 2012
491
34
55
Hull-England
you have to make a script for the item. E.G

#ACT
Take Chest
give "item" 1
give GmGift 1
give Gamepoint(100)
#SAY
you now have.....

put this in Enivr\Questdiary\system\itemscripts\manual

use the one alredy in there as a base.
 
Upvote 0