• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Pillow Quest (with explaination)

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,857
Reaction score
96
Location
Brazil
I've searched and all script are bugged or non-explained.
It's a big script and I'm learner yet.

Listolawl.jpg

Here is the local area.


Is it possible?
 
I have it but do not work (Using dev 0.4, rev3884).
PS.: No errors in console, just don't work.


LUA:
	<movevent event="StepIn" actionid="5400" script="DCQ/pillows.lua" />
	<movevent event="StepOut" actionid="5400" script="DCQ/pillows.lua" />
	<movevent event="StepIn" actionid="5401" script="DCQ/pillows.lua" />
	<movevent event="StepOut" actionid="5401" script="DCQ/pillows.lua" />
	<movevent event="StepOut" actionid="5408" script="DCQ/pillows.lua" />
 
Last edited:
Code:
	<movevent type="StepIn" actionid="5400" event="script" value="DCQ/pillows.lua"/>
	<movevent type="StepOut" actionid="5400" event="script" value="DCQ/pillows.lua"/>
	<movevent type="StepIn" actionid="5401" event="script" value="DCQ/pillows.lua"/>
	<movevent type="StepOut" actionid="5401" event="script" value="DCQ/pillows.lua"/>
	<movevent type="StepOut" actionid="5408" event="script" value="DCQ/pillows.lua"/>
 
Back
Top