RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
SDK 1.3 problem.

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 89
Alright guys - I'm using the RPGM XP postality Knights edition, and am running SDK 1.3.

SDK has done two very annoying things to my project - the first, and lesser, of which is cause the game to crash if and when I use a lower case 'j' in a message window.  I could live with this.

The other thing it does is make the 'Wait' command in the 'Move Event' command not work.  Any event I tell to move will immediately go where it is it is supposed to go, following the path I layed out, but ignoring any wait commands.  Can someone please help me?  I'm totally clueless when it comes to scripting.

Thanks in advance.

****
Rep:
Level 89
First off are you using any other custom scripts besides SDK?

**
Rep: +0/-0Level 89
Only Slipknot's Advanced Message script.  I took Slip's out of the game and the errors kept happening - once I take SDK out things are fine.  Problem is - I can't run Slip's Message Script without SDK.

****
Rep:
Level 89
Ok, more than likely Slipknot made the 3.0 version within the legal version so there are going to be some conflicts within PK.

Just place the entire CMS script with this one, and place it just below SDK and above Main. You shouldn't have a problem afterwards:

[code]
#-----------------------------------------------------------------
#

**
Rep: +0/-0Level 89
Thank you Viper, you've been more than helpful.  Have a good one.