oblinez Posted February 4 Share Posted February 4 someone know why script input does not work with new player character? please, create a new player character and try to input something... it will freeze - script login -1,{ OnPCLoginEvent: mes "hello"; input [email protected]; mes [email protected]; close; } Quote Link to comment Share on other sites More sharing options...
0 ryukazuna Posted February 5 Share Posted February 5 maybe because you want to display [email protected] variable in that mes , in that case you can try to do it like this : - script login -1,{ OnPCLoginEvent: mes "hello"; input .@val; mes " "+.@val+" "; close; } Quote Link to comment Share on other sites More sharing options...
0 Ronald Posted February 5 Share Posted February 5 4 hours ago, oblinez said: someone know why script input does not work with new player character? please, create a new player character and try to input something... it will freeze - script login -1,{ OnPCLoginEvent: mes "hello"; input [email protected]; mes [email protected]; close; } That should work. AFAIK. Quote Link to comment Share on other sites More sharing options...
someone know why script input does not work with new player character?
please, create a new player character and try to input something... it will freeze
- script login -1,{ OnPCLoginEvent: mes "hello"; input [email protected]; mes [email protected]; close; }Link to comment
Share on other sites