Doggynub
LUA / C++
- Joined
- Sep 28, 2008
- Messages
- 2,541
- Reaction score
- 186
Hmm, okay if there is multiple action ids i want to assign to one script so
1- when i make that :
It works but, when i reload server crash
2- and when i use that:
Only the first actionid works...
1- when i make that :
Code:
<movevent type="AddItem" tileitem="1" actionid="23301;7070;7071" event="script" valu="lo.lua" />
2- and when i use that:
Code:
<movevent type="AddItem" tileitem="1" actionid="23301-7070-7071" event="script" valu="lo.lua" />
Only the first actionid works...