edwardluciano Posted August 20, 2016 Posted August 20, 2016 (edited) This my save getmapxy(.@map$, .@x, .@y,0); savepoint .@map$, .@x, .@y; I want character if live in only payon town savepoint "payon", 156, 212; help plzThis My bug Code getmapxy(.@map$, .@x, .@y,0); if(.@map$ == "payon.gat") { savepoint "payon", 156, 212; next; mes .@npcname$; mes "Thx"; cutin "",255; close; } savepoint .@map$, .@x, .@y; Edited August 20, 2016 by Emistry codebox Quote
0 Triedge Posted August 20, 2016 Posted August 20, 2016 Change: if(.@map$ == "payon.gat") By: if(.@map$ == "payon") Quote
Question
edwardluciano
This my save
I want character if live in only payon town
help plz
This My bug Code
codebox
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.