Search found 8 matches
- Mon Dec 22, 2014 2:01 pm
- Forum: Mod Creation
- Topic: Community documentation
- Replies: 16
- Views: 12198
Re: Community documentation
I added a new page listing the champion conditions and some info about them.
- Sat Dec 20, 2014 7:22 am
- Forum: Off-topic Discussion
- Topic: Forum signature?
- Replies: 2
- Views: 5834
Re: Forum signature?
Well, I only see these:
"Edit profile"
"Edit avatar"
"Edit account settings"
I'm guessing the option will show up eventually... Thanks anyway.
"Edit profile"
"Edit avatar"
"Edit account settings"
I'm guessing the option will show up eventually... Thanks anyway.
- Sat Dec 20, 2014 4:05 am
- Forum: Off-topic Discussion
- Topic: Forum signature?
- Replies: 2
- Views: 5834
Forum signature?
This may seem like a silly question, but I can't find where to edit my forum signature? Or do I need to make a certain number of posts or something first?
- Sat Dec 20, 2014 3:20 am
- Forum: Mod Creation
- Topic: Community documentation
- Replies: 16
- Views: 12198
Re: Community documentation
Having the documentation as a wiki is such a good idea! I'll add things if I notice something is missing.
- Thu Dec 18, 2014 8:47 pm
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3195659
Re: Ask a simple question, get a simple answer
Oh, that makes sense. Thanks GoldenShadowGS.
- Thu Dec 18, 2014 7:42 pm
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3955
- Views: 3195659
Re: Ask a simple question, get a simple answer
How do I wake up summon_stone_dormant monsters in a script? I can't seem to find a method for it.
- Sat Dec 13, 2014 8:55 pm
- Forum: Support and Tech Discussion
- Topic: GameObject:getSubtileOffset() only returns x value
- Replies: 2
- Views: 5169
- Tue Nov 25, 2014 7:39 pm
- Forum: Support and Tech Discussion
- Topic: Bug: getSubtileOffset() only returns x
- Replies: 2
- Views: 4633
Bug: getSubtileOffset() only returns x
When writing a script, GameObject:getSubtileOffset() only seem to return the x offset and not the y offset.
(The game version is 2.1.17)
Code: Select all
-- Example:
local x, y = party:getSubtileOffset()
print(x, y) -- x is a number but y is nil