I am using Spawn Editor 2, trying to make a spawner that fills chests around it. But for some reason i cant add more than the first entry. The others vanish on save or send to server, even clearing the list in the editor except for first entry.
What i want is the following....
CODE |
SETONNEARBY,5,,gold,true/DELETE SETONNEARBY,5,,mandrakeroot,true/DELETE SETONNEARBY,5,,ginseng,true/DELETE SETONNEARBY,5,,sulphurousash,true/DELETE SETONNEARBY,5,,lockablecontainer/ADD/gold,30,100 SETONNEARBY,5,,lockablecontainer/ADD,0.3/mandrakeroot SETONNEARBY,5,,lockablecontainer/ADD,0.3/ginseng SETONNEARBY,5,,lockablecontainer/ADD,0.3/sulphurousash
|
What i get after i send it to the server, or load the saved file ( sometimes even resets in the editor when saving or sending ) is...
CODE |
SETONNEARBY,5,,gold,true/DELETE
|
So, something is not working allright.
yeah, shouldnt do that. I'll have to check that out.