- Joined
- Oct 11, 2015
- Messages
- 424
- Reaction score
- 171
- First Language
- Dutch
- Primarily Uses
- RMMV
// In Game_Eventtypeof this.page() === undefined // doesn't worktypeof this.page() === 'undefined' // works// also requires quotes around the undefined.(typeof Silv.Minimap.POI[$gameMap._mapId] === 'undefined')// But then in DataManager.onLoad:if (data && data.note !== undefined) // <<<< no quotes! huh?Erm... huh? When to quote undefined?
Last edited by a moderator:
